Skip to content

Commit 2e93e07

Browse files
committed
Bunch 'o updates
1 parent 07d292f commit 2e93e07

File tree

6 files changed

+1064
-1486
lines changed

6 files changed

+1064
-1486
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Typebundle
22

3-
Zero-config Node.js library bundler with support for Babel-transpiled TypeScript.
3+
Zero-config Node.js library bundler with support for Babel-transpiled TypeScript. A work in progress!
44

55
## Installation
66

7-
None yet.
7+
```sh
8+
npm i -D typebundle
9+
```
810

911
## Usage
1012

1113
```sh
12-
typebundle <input> <output_directory>
14+
npx typebundle <input> <output_directory>
1315
```
1416

1517
## License

0 commit comments

Comments
 (0)