Skip to content

Fukiii/fc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] [name] [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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published