nail-common
v0.1.0-alpha4
Published
Common nail modules
Downloads
2
Readme
nail-common
A bundle of common nail modules.
Modules
- init bind the constructor to the
init
method - injector enforces a property injection constructor
- methods adds methods to a class
- parent inherit from another class (uses prototype chaining)
- properties adds properties to a class
- fields adds fields toa class
- accessor adds encapsulated properties and a accessor method for each property
##Setup Install with npm:
npm install nail-common
Clone with GIT:
git clone git://github.com/noptic/nail-common.git
##Documentation Head here → docs
##Dependencies
- underscore ~1.5.1
##DevDependencies
- grunt-contrib-coffee 0.7.0
- grunt 0.4.1
- grunt-simple-mocha ~0.4.0
- mocha ~1.12.0
- should ~1.2.2
- grunt-istanbul-coverage 0.0.1
- grunt-istanbul ~0.2.3
- nail-core 0.1.0-beta3
- glob ~3.2.6