0.0.5 ā€¢ Published 5 years ago

@mxchip/sfc-cli v0.0.5

Weekly downloads
5
License
MIT
Repository
gitlab
Last release
5 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

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago