Create react components from command line
npm install react-furnariusCreate React components from command line.
$ npm install -g react-furnarius
`
or
`
$ yarn add react-furnarius
`
- To create a new component, run: ,
`
furnarius create
`
or
`
$ furnarius c
`
- To see the project description, run: ,
`
$ furnarius description
`
or
`
$ furnarius d
``