1.0.7 • Published 6 years ago

starwish-cli v1.0.7

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

starwish-cli

A simple CLI for scaffolding docsify projects.

If you have developed a web util componet and want to make a introduction in web by docsify. starwish-cli will parse your web output directory which default called dist, import docsify library asserts to your index.html and provide a base README.md for you to write more complex docsify introduction.

Installation

$ npm install -g starwish-cli

Usage

$ starwish init

config your destination to 'dir'

$ starwish init -f dir

config your output directory to 'mydocs'

$ starwish init -d mydocs

generate a zip

$ starwish zip