our-cli
v1.0.2
Published
A CLI that helps you quickly set up and develop frontend projects
Downloads
16
Readme
our-cli
Usage
npm install our-cli -gCreate project
our-cli create your_project_nameAdd Component
our-cli addcpn YourComponentName # default vue component, default destination: src/components
our-cli addcpn YourComponentName -t react # add react component
our-cli addcpn YourComponentName -d src/views # specify destination: src/views
our-cli addcpn YourComponentName -t react -d src/views # add react component, specify destination: src/views