Yeoman generator for creating a Node.js library written in JavaScript or TypeScript.
npm install generator-nodelib
Yeoman generator for creating a Node.js library in JavaScript or TypeScript.
Proudly made in Valencia, Spain, EU.
package.json file:
JavaScript, JavaScript (ES6) or TypeScript.
.gitignore file.
.editorconfig file.
.jshintrc file.
.travis.yml file.
README.md file.
vit-logger.
Gruntfile.js file:
grunt-contrib-clean, grunt-contrib-compress, etc.
grunt-babel, grunt-traceur, grunt-ts, etc.
grunt-travis-lint.
grunt-mocha-test.
test/unit directory with the data and lib subdirectories.
Justo.js or Should.js.
Justo.js.
Justo.js or Sinon.JS.
Justo.js or Sinon.JS.
Mocha.
lib/index.js file.
generator-gruntfilejs. Yeoman generator to create the Gruntfile.js file.
generator-packagejson. Yeoman generator to create the package.json file.
npm install -g generator-nodelib
`
Usage
Once created the project directory, run:
`
yo nodelib
``