Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcorral/koyote.js
Powerful and minimal mixin framework that allows you to be creative.
https://github.com/tcorral/koyote.js
Last synced: 6 days ago
JSON representation
Powerful and minimal mixin framework that allows you to be creative.
- Host: GitHub
- URL: https://github.com/tcorral/koyote.js
- Owner: tcorral
- License: mit
- Created: 2014-06-24T17:18:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T22:50:05.000Z (over 9 years ago)
- Last Synced: 2024-04-13T09:19:45.124Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koyote.js [![Build Status](https://drone.io/github.com/fer/koyote.js/status.png)](https://drone.io/github.com/fer/koyote.js/latest)
Powerful and minimal mixin framework that allows you to be creative.
Philosophically, the goal is to provide framework where your modules and components can live in an structured way with an API that is as simple as possible.
Some advantages are:
- **Lightweight**, as just 550 bytes (gzipped) away in the browser or ```npm install koyotejs``` away in Node.js.
- **Open Source!** KoyoteJS is a free to use on any platform fr personal or commercial use... so go ahead and use it.
- **Easy to use** Although some programming knowledge is required, Koyote.js syntax is easy and quick to learn.## Install
Use in your Node.js application:
```
npm install koyotejs --save-dev
```or install via [bower](http://bower.io/) in your frontend project:
```
bower install koyotejs
```Koyote.js is also distributed as a bunch of JavaScript files, and can be added to a web page with script tags:
```
```
## License
[MIT LICENSE](http://opensource.org/licenses/MIT)
Copyright (c) 2011 Tomás Corral Casas