stencila/node
: Stencila for Node.js
Status
This is very much a work in progress. See our main repo for more details.
Install
Install from here using NPM,
npm install stencila/node
Discuss
We love feedback. Create a new issue, add to existing issues or chat with members of the community.
Develop
Most development tasks can be run directly using Node.js tooling (npm
etc) or via make
wrapper recipes.
Task | npm et al | make |
---|
Install and setup dependencies | npm install | make setup |
Check code for lint | npm run lint | make lint |
Run tests | npm test | make test |
Run tests with coverage | npm run cover | make cover |
Clean | | make clean |
Tests live in the tests
folder and are written using the tape
test harness.