1.0.3 • Published 6 years ago

scaffolding-simple-es6 v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago