1.1.0 • Published 4 years ago
@docus/cli v1.1.0
Docus CLI
The Docus CLI.
Quick Setup
Add docus package globally:
# Using Yarn
yarn global add docus
# Using NPM
npm install --global docusCommands
npm init docus
This package is also responsible for the npm init docus command.
You can use it without installing docus package globally.
-- is required as specified here.
npm init docus -- path/to/project
npm init docus -- --type="module" path/to/project
npm init docus -- --type="theme" path/to/projectcreate-docus
If you install the docus package globally, it will be shipped with create-docus executable.
This allows the creation of a Docus project, a theme or a module.
You can execute this command anywhere:
create-docus path/to/project
create-docus --type="module" path/to/project
create-docus --type="theme" path/to/projectDevelopment
- Clone this repository
- Install dependencies using
yarn install - Start dev server using
yarn dev
1.1.0
4 years ago