Attributes
Includes Deno configuration
Repository
Current version released
4 years ago
Versions
Export
This was written specifically for writing web libraries. Deno compile wasn’t doing the job I needed it to so here we are. All this does is put all of the files in a directory (regardless of type) into one file.
Usage
Run in current directory
deno run --allow-read --allow-write https://deno.land/x/export/cli.tsRun in another directory
deno run --allow-read --allow-write https://deno.land/x/export/cli.ts ./test/basicRun in another directory and set out
deno run --allow-read --allow-write https://deno.land/x/export/cli.ts ./test/basic ./test/temp/basic.ts