0.0.2 • Published 11 years ago
yac v0.0.2
YAC
Yet another javascript class inheritance library
API
Class.extend()
TODO
Develpoment
Roadmap
- Classical class inheritance via Class.extend
- Call super method with
_superin overrided method - Mixins
- Class Mixins
- More tests
- Use in a production project
Running tests
Run npm start and go to http://localhost:4200/test.html to run the tests in the browser
Use npm test to run the tests in the console
Building from source
Git clone the repo and run npm run-script build to build a production source in the dist folder