1.3.0 • Published 6 years ago

fc-cli v1.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Logo of the project

fc-cli

cli, nodejs

A tool used for React best practice

Installing / Getting started

#Install
npm install fc-cli -g
# create a single page app
fcl i single my-project
# create a composite page app
fcl i composite my-project

# create component
fcl g component my-component
# create route
fcl g route my-route

Configuration

fcl generate(short-cut alias: 'g') type path

Generate route and component.
path: default components path - src/components
default route path - src/routes

Usage Examples

$ fcl g route product
$ fcl g component mycomponent
1.3.0

6 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago