/template-node-lib-gulp

A template to create Node libraries with Gulp.js as the task-runner

Primary LanguageJavaScriptOtherNOASSERTION

template-node-lib-gulp

License: CC BY-NC-SA 4.0

A template to create Node libraries with Gulp.js as the task-runner

Technologies

Node.js

Task Runner: Gulp

Plugins

Tasks

  • build (default)
    • clean to clean the output directory
    • scripts to transpile & minify all JavaScript to the output directory
  • debug
    • clean to clean the output directory
    • scriptsDebug to transpile all JavaScript to the output directory
    • lint to run ESLint over JavaScript files
  • lint
    • run ESLint over JavaScript files
  • develop to watch over the source files and run tasks related to the changed files

To-Do

  • Finalize a unit testing setup