0.0.3 • Published 5 years ago

fm-create-react-app v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

npm

fm-create-react-app

One command away from starting your project.

Usage

npx fm-create-react-app <project-name>
                OR
npx fm-create-react-app

Arguments

-i : install npm dependencies in your new project
-g : initialize a git in your new project

example: `npx fm-create-react-app my-app -i -g`

Demo

fm-create-react-app Demo

For developers

To test a changes you have made locally.

npm link

This will globally install a symlink linking to your current project so there's no need for you to re-run this when we update our code. After running npm link you should have your CLI commands available. Try running:

fm-create-react-app

Publish

npm login

get credentials from @shrishak

npm publish