Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bevry-archive/csextends
Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `Backbone.Model.extend(extensions)`.
https://github.com/bevry-archive/csextends
classes client-side inheritance nodejs
Last synced: about 9 hours ago
JSON representation
Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `Backbone.Model.extend(extensions)`.
- Host: GitHub
- URL: https://github.com/bevry-archive/csextends
- Owner: bevry-archive
- License: other
- Created: 2013-12-20T02:46:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:46:41.000Z (over 6 years ago)
- Last Synced: 2024-10-31T12:44:48.716Z (7 days ago)
- Topics: classes, client-side, inheritance, nodejs
- Language: CoffeeScript
- Homepage: http://jsfiddle.net/balupton/k9buB/
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Coffee-Script Extends
Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `Backbone.Model.extend(extensions)`.
## Usage
[Check out the interactive code snippet for usage here.](http://jsfiddle.net/k9buB/)
Install
- Install:
npm install --save csextends
- Module:
require('csextends')
- Install:
npm install --save csextends
- Module:
require('csextends')
- CDN URL:
//wzrd.in/bundle/[email protected]
- Install:
ender add csextends
- Module:
require('csextends')
Editions
This package is published with the following editions:
-
csextends/source/index.coffee
is Source + CoffeeScript + Require -
csextends
aliasescsextends/es5/index.js
-
csextends/es5/index.js
is CoffeeScript Compiled + ES5 + Require
History
Discover the release history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
Sponsors
No sponsors yet! Will you be the first?
Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd
and licensed under: