gulp-node-build-tasks

1.0.0 • Public • Published

gulp-node-build-tasks

NPM Version Download Month

This module will add standard gulp tasks to start building a node server.

Minimum npm version

The minimum npm version required is 3 because they started supporting the flat dependencies structure.

Gulp Tasks

  • build: Generate a dist folder with all the project built
  • serve: Run the project and watch files modifications
  • serve:dist: Generate a dist folder, run the project and watch files modifications
  • serve:e2e: Run the project and launch e2e tests
  • serve:e2e-dist: Generate a dist folder, run the project, watch files modifications, launch e2e tests
  • start: [alias serve] Used by Visual Studio Code
  • test: Run unit tests once
  • test:auto:Run unit tests on each files modifications

File structure

  • /src/**/*.{supported file formats}: Application related code
  • /src/**/*.spec.js: [Optional] Application related unit tests
  • /.jscsrc: [Optional] This is the only place where .jscsrc is supported for now
  • /.jshintrc: [Optional] This is the only place where .jshintrc is supported for now

Supported programming languages

Some languages are currently supported on this project and other will be supported later. They can be used under the /src/app and /src/components folders.

  • Javascript: .js

Coming soon

  • Typescript: .ts

Unit Tests

Jasmine 2.3 is used as test framework.

Package Sidebar

Install

npm i gulp-node-build-tasks

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jimmyfortin