1.0.2 • Published 8 months ago

our-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

our-cli

Usage

npm install our-cli -g

Create project

our-cli create your_project_name

Add 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