0.3.0 • Published 4 years ago

generator-javascript-directory v0.3.0

Weekly downloads
1
License
unlicense
Repository
-
Last release
4 years ago

generator-javascript-directory Build Status Coverage Status

Javascript best practice directory structure

Installation

First, install Yeoman and generator-javascript-directory using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-javascript-directory

Then populate directories in your new project:

yo javascript-directory

Generate a new ui (react, react-native) component

yo javascript-directory:component

Generate a new redux component (action, reducer, selector)

yo javascript-directory:redux

License

unlicense © rubixibuc