PropelJS / gulp-module

Gulp Pipeline for Node Modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-module

Gulp Pipeline for Node Modules

Gulp Tasks

  • help - displays the list of commands available
  • dev - runs the development workflow
    • lint files on change
    • run unit tests on change
  • build - runs the full build workflow
    • lints files
    • runs unit tests
    • runs code coverage report
    • runs the benchmark tests
    • runs the usage tests
    • runs complexity reports
    • runs cost analysis
    • generates changelog
    • generates todos
    • generates contributors file
    • generates docs
  • lint - lints the source files
  • test - runs the unit tests, and code coverage
  • comp - runs the complexity reports and cost analysis
  • usage - runs the usage tests
  • bench - runs the benchmark tests
  • docs - generates the module docs

About

Gulp Pipeline for Node Modules

License:MIT License


Languages

Language:JavaScript 90.7%Language:CSS 9.3%