marble-mix
v0.7.0
Published
Utilities for Marble.js
Downloads
6
Maintainers
Readme
marble-mix
Common Utilities for Marble.js. It provides:
- Static directory serving middleware
- File serving helper
- API effect logger
- HTTP redirect utilities
- Cookie parser middleware
- Toolkit
Installation
Install using npm install --save marble-mix;
Even if the library is written in TypeScript, it is published as CommonJS module and hence can be used directly from Node.js code without any compilation.
Pending work
- Setting up CI with Travis
- Code coverage with Coveralls
- Documentation