Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lino-levan/export
https://github.com/lino-levan/export
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lino-levan/export
- Owner: lino-levan
- Created: 2022-05-30T18:05:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T20:16:00.000Z (over 2 years ago)
- Last Synced: 2024-10-04T11:42:22.911Z (about 1 month ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
deno run --allow-read --allow-write --allow-net --allow-env https://deno.land/x/export/cli.ts
```Run in another directory
```bash
deno run --allow-read --allow-write --allow-net --allow-env https://deno.land/x/export/cli.ts ./test/basic
```Run in another directory and set out
```bash
deno run --allow-read --allow-write --allow-net --allow-env https://deno.land/x/export/cli.ts ./test/basic ./test/temp/basic.ts
```