#Rapid prototype command tool
Create prototypes boilerplates running one line of code on your terminal
Need to install globally in order to have the command available everywhere.
[sudo] npm -g install rapid-proto
###Usage:
# rje = react + jspm + express
rp -n [prototypeName] -v [bare, budo, jspm, rje]
rp --help
https://github.com/silviopaganini/rapid-prototype
Suggestions are always welcome