Package Exports
- mu
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mu) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mu
- Sponsor: nearForm
- Status: Experimental
Mu is a message based router for building distributed systems. It allows messages to be routed and handled across various transports. Mu is aggressively light weight to ensure ease of use and speed of execution.
Install
To install mu, simply use npm,npm install muTesting, linting, coverage
npm run test- to run tests.npm run lint- to lint the code.npm run coverage- To run and open a coverage report.npm run check- To run all of the above.
Note: This module uses precommit to run check on each commit.