New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docsby-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

docsby-cli

CLI for Doscby project.

unpublished
latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

Docsby CLI

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

CLI Commands

  • new
  • develop
  • build
  • 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.

Keywords

cli

FAQs

Package last updated on 17 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts