Applied mathematics toolkit implemented in JS (ECMAScript)
npm install applied
Under construction
Note: Linux is the only actively supported OS for development
Requirements
- Git
- Node.js (nvm is suggested)
Setup
git clone git@github.com/jhwohlgemuth/applied.git
cd applied
#Install dependencies
npm install
#Verify applied installed correctly by running tests
npm test
Workflow Tasks
npm test
> run test suitenpm run test:watch
> watch task for running testsnpm run test:build
> build module and verify that it can be loadednpm run lint
> lint codenpm run lint:watch
> watch task for code lintingnpm run build
> bundle code using browserifynpm run docs
> generate and view the documentation
- Follow progress on Trello
- Adam Shaver thought of the name, "applied", and is a constant source of inspiration
- Browserify module bundling
- Babel ES6 transpiling and minification
- JSDoc documentation generation
- minami documentation theme