We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926665d commit a403eddCopy full SHA for a403edd
README.md
@@ -68,6 +68,12 @@ buckets <entry_path> [import_map_path] > out.js
68
Buckets will look for `deno.json` or `deno.jsonc` in the current folder. To use a different
69
imports map, pass it's path as the second argument
70
71
+Alternatively, you can use it directly from the deno.land/x source:
72
+
73
+```sh
74
+deno run --allow-read --allow-write --allow-net --allow-env https://deno.land/x/buckets@v0.7.0/buckets.ts your_entry_file.ts > bundle.js
75
+```
76
77
### API
78
79
```typescript
0 commit comments