@nodeject/build
v0.0.1-beta.1502943719
Published
Convetion based build scripts
Downloads
6
Keywords
Readme
Nodeject build
Nodeject flavored build scripts.
Install
npm i nodeject-build --save-devSteps
- Place your code files under
<root>/src/ - Place your test files under
<root>/test/ - Include a
readme.md - Enable bitbucket pipelines
- Optionally place your own custom tasks under
<root>/build/
To build
gruntBuild 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...
