Skip to content

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

License

Notifications You must be signed in to change notification settings

myTerminal/template-node-lib-gulp

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published