New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fc-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fc-cli

![Logo of the project](./logo.png)

1.3.0
latest
Source
npm
Version published
Weekly downloads
27
92.86%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 17 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts