ost-cli
v1.2.5
Published
A mixture CLI for scaffolding Javascript projects
Downloads
11
Readme
Ost-cli
A mixture CLI for scaffolding Javascript projects
Status: beta
Prerequisites: Node.js (>=8.5) and Git. Most of the planned features are in in development. Creating a simple React.js typical project might be okay.
Start
Install by on-line
npx ost-cli
Install by package
npx ost-cli --package
Add Packages
You can add pkg into packages
:
ost-cli
├── packages # Node
│ ├── @pkg-1.zip
│ ├── @pkg-2.zip
│ └── @pkg-3.zip
Please ensure pkg-name must includes @
, and then zip it:
@web-template ==> @web-template.zip # right
web-template ==> @web-template.zip # wrong
License
MIT