scaffolding-simple-es6
v1.0.3
Published
An awesome package
Downloads
2
Readme
scaffolding-simple-es6
This module create a simple module
Usage
Clone the project from GitHub
git clone https://github.com/carlosramosa/scaffolding-simple-es6.git
Then you can edit your bashrc, zshrc, or the one you use and, for example, put them inside:
function newModule() {
node /Users/dangeroususer/workspace/scaffolding-simple-es6/src/index.js
}
And finnaly you can call the function in your bash:
newModule()
Like you can see, the new module is created in path /Users/dangeroususer/workspace , that is, in the root where the module has been downloaded