README
Yeoman Generator for Pepperminds
Requirements
- nodeJS 4.4+
- up to date npm
[sudo] npm install -g npm - Scotch box
- Not required but easy to have Vagrant host manager
Install
- If not installed yet, install yeoman:
[sudo] npm install -g yo - Install yo pepperminds generator:
[sudo] npm install -g generator-pepperminds
Usage (in terminal)
- Create a new folder
mkdir <folder-name> - Go to your brand new folder
cd <folder-name> - Enter
yo pepperminds - Follow instructions in terminal
- After installation is done; Follow instructions in newly created Readme.md in your project folder