stampit-org / stamp

Stamps - better OOP model
https://stampit.js.org
MIT License
25 stars 3 forks source link
dependency-injection oop stamp

Stamp

Mono repository for stamp related packages.

Documentation: https://stampit.js.org

Changelog

Development

Install

Run npm install as usual followed by npm run bootstrap which creates local references to modules that require each other.

  1. npx lerna init
  2. npm install
  3. npx lerna run build

Tests

The npm test command will execute Jest tests, and then JSHint.

The npm test -- --watch command will watch file changes and execute tests as needed.