1.1.0 • Published 2 years ago

create-docus v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Docus CLI

The Docus CLI.

Quick Setup

Add docus package globally:

# Using Yarn
yarn global add docus

# Using NPM
npm install --global docus

Commands

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/project

create-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/project

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev
1.1.0

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago