0.0.1-beta.1496599895 • Published 8 years ago
@nodeject/nodeject-build v0.0.1-beta.1496599895
Nodeject build
Nodeject flavored build scripts.
Install
npm i nodeject-build --save-devConfigure
Add a config section to your package.json
"config": {
"temp": ".temp",
"output": "dist"
}This will be automatic soon
Steps
- 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
Issues, comments, requests and source code
Comming up soon...
0.0.1-beta.1496599895
8 years ago