scaffolding-simple-es6

An awesome package

Usage no npm install needed!

<script type="module">
  import scaffoldingSimpleEs6 from 'https://cdn.skypack.dev/scaffolding-simple-es6';
</script>

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