1.0.2 • Published 8 years ago
atlas-cli v1.0.2
atlas-cli
Command line tool for Atlas to import your existing documentation.
Installation
You'll need Node and npm
to install atlas-cli
:
npm install atlas-cli -g
Usage
Before you can start, you'll need to login with your Atlas account:
atlas login
This will open Atlas in a web browser and provide you with a secret token which you'll need for login.
Import local gitbook
atlas import /path/to/gitbook --gitbook
You can leave path empty if you're in the root directory of your gitbook, and book.json
:
atlas 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