0.0.2 • Published 10 years ago

yac v0.0.2

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

YAC

Yet another javascript class inheritance library

Build Status

API

Class.extend()

TODO

Develpoment

Roadmap

  • Classical class inheritance via Class.extend
  • Call super method with _super in 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

0.0.2

10 years ago

0.0.1

10 years ago