1.0.1 • Published 9 years ago

functional-advice v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Advice

Based on the Advice functional mixin library by Angus Croll. Adds functional mixins to an object. Advice offers a number of ways to modify methods and properties on an object. It makes it possible to reuse code and compose together functionality to create an object behavior.

Website

Visit the website for more information

Development

Tests and Coverage

To generate a test and coverage report:

grunt

Documentation

To generate documentation from source code and create a gh-pages branch:

grunt docs