yac
v0.0.2
Published
Yet another javascript class inheritance library
Readme
YAC
Yet another javascript class inheritance library
API
Class.extend()
TODO
Develpoment
Roadmap
- [x] Classical class inheritance via Class.extend
- [x] Call super method with
_superin overrided method - [x] 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
