0.0.5 • Published 7 years ago

@mxchip/sfc-cli v0.0.5

Weekly downloads
5
License
MIT
Repository
gitlab
Last release
7 years ago

sfc-cli

šŸ›  A component scaffolding for Mxchip front-end team.

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install @mxchip/sfc-cli -g

Usage

# Get help
$ mx --help
# List components
$ mx list
# Down components
$ ora down <component_name>

Example:

# List
$ mx l
# Down
$ mx d test

The above command pulls the template from FEMxchip, prompts for some information, and download the component at ./src/components/component_name .

License

MIT

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago