0.2.0 • Published 5 years ago

docsby-cli v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Docsby CLI

This is Docsby CLI used to bootstrap new Docsby documentation project.

CLI Commands

  1. new
  2. develop
  3. build
  4. run

new

docsby new -from [<starter-url>] [<folder-name>]
docsby new [<folder-name>]
ArgumentDescription
folder-nameYour folder name, where the startet will be pulled

Options

OptionDescription
-f, --fromUse provided docsby-starter url. When not used, it is using docsby-starter-default

Examples

  • Create a Docsby documentation named my-documentation
docsby new my-documentation

develop

Just run npm run develop command in your local folder.

build

Just run npm run build command in your local folder.

run

Just alias for npm run command in your local folder.