outline-cli
v1.0.0
Published
Command line tools for Outline
Downloads
2
Readme
outline-cli
Command line tool for Outline to import your existing documentation.
Installation
You'll need Node and npm
to install
outline-cli
:
npm install outline-cli -g
Usage
Before you can start, you'll need to login with your outline account:
outline login
This will open Outline in a web browser and provide you with a secret token which you'll need for login.
Import local gitbook
outline import /path/to/gitbook --gitbook
You can leave path empty if you're in the root directory of your gitbook, and
book.json
:
outline import --gitbook
Contributing
Feel free to send pull requests and issues. We're open to add further import and export methods but if you're looking to add other functionality, please open an issue for discussion first.
License
MIT