ost-cli

1.2.5 • Public • Published

Build Status npm

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

online

Install by package

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:

@web-template ==> @web-template.zip # right  
web-template ==> @web-template.zip # wrong 

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i ost-cli

Weekly Downloads

9

Version

1.2.5

License

MIT

Unpacked Size

4.37 MB

Total Files

30

Last publish

Collaborators

  • leotwe