mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 02:53:29 +00:00
12 lines
96 B
Markdown
12 lines
96 B
Markdown
Compile the CLI using:
|
|
|
|
```
|
|
npm run dist
|
|
```
|
|
|
|
Then run the CLI in `lib/`:
|
|
|
|
```
|
|
./lib/cli.js
|
|
```
|