blob: ecf105d15e40c984e1c7c4635d875912765518ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# bundle
These are modules that help support bundling with Deno.
## Usage
The main usage is to load and run bundles. For example, to run a bundle named
`bundle.js` in your current working directory:
```sh
deno run https://deno.land/std/bundle/run.ts bundle.js
```
---
Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|