0.9.0 • Published 7 years ago

applied v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Applied mathematics toolkit implemented in JS (ECMAScript)

npm Build Status Coverage Status bitHound Overall Score Known Vulnerabilities

Installation

npm install applied

Usage

Under construction

Contributing

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 suite
  • npm run test:watch > watch task for running tests
  • npm run test:build > build module and verify that it can be loaded
  • npm run lint > lint code
  • npm run lint:watch > watch task for code linting
  • npm run build > bundle code using browserify
  • npm run docs > generate and view the documentation

Roadmap

Credits

  • 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

License

FOSSA Status

0.9.0

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago