You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
typescript/bundler
About
On-the-fly bundler for typescript libraries hosted on Gitea or compatible
How to run
deno run --allow-run=deno --allow-net=0.0.0.0,yourgithosting.net cli.ts yourgithosting.net/namespace [port]
You can now get raw typescript files (usable by Deno):
http://localhost:8000/libname@1.0.0/path/file.ts
Or get a bundled JS version:
http://localhost:8000/libname@1.0.0/path/file.js
If the version is not specified, the master branch is used instead:
http://localhost:8000/libname/path/file.js
|
1 year ago | |
---|---|---|
config | 2 years ago | |
doc | 2 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
cli.ts | 1 year ago | |
deps.testing.ts | 2 years ago | |
deps.ts | 2 years ago | |
run | 2 years ago | |
server.test.ts | 2 years ago | |
server.ts | 1 year ago | |
tsconfig.json | 3 years ago |