A mixture CLI for scaffolding Javascript projects
npm install ost-cli

> A mixture CLI for scaffolding Javascript projects
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.
bash
npx ost-cli
`$3
`bash
npx ost-cli --package
`
!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:`bash
@web-template ==> @web-template.zip # right
web-template ==> @web-template.zip # wrong
``MIT