@nodeject/build

0.0.1-beta.1502943719 • Public • Published

Nodeject build

Nodeject flavored build scripts.

Install

npm i nodeject-build --save-dev

Steps

  1. Place your code files under <root>/src/
  2. Place your test files under <root>/test/
  3. Include a readme.md
  4. Enable bitbucket pipelines
  5. Optionally place your own custom tasks under <root>/build/

To build

grunt

Build results will be under <root>\<dist>. Test results under <root>\<temp>\reports\test-results.txt

Configure

Add a config section to your package.json with your preferred temp and output. Defaults are provided.

  "config": {
    "temp": ".temp",
    "output": "dist"
  }

Issues, comments, requests and source code

Comming up soon...

Readme

Keywords

none

Package Sidebar

Install

npm i @nodeject/build

Weekly Downloads

1

Version

0.0.1-beta.1502943719

License

MIT

Last publish

Collaborators

  • gregoryforel
  • scaredfinger
  • nodeject-admin