Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whxaxes/wheels
wheels
https://github.com/whxaxes/wheels
Last synced: 28 days ago
JSON representation
wheels
- Host: GitHub
- URL: https://github.com/whxaxes/wheels
- Owner: whxaxes
- Created: 2015-06-05T02:23:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T07:34:39.000Z (about 9 years ago)
- Last Synced: 2024-10-05T02:08:17.331Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wheels
## 平时造的轮子
* [node-run](https://github.com/whxaxes/wheels/tree/master/node-run): 类似于supervisor的功能,但node-run只监听执行文件及其引用的js文件(不包括node_module里的文件)
* [matrix](https://github.com/whxaxes/wheels/tree/master/matrix): 用于计算transform变换矩阵的组件
* [tobase64](https://github.com/whxaxes/wheels/tree/master/tobase64): 转换base64字符组件
* [eventemitter](https://github.com/whxaxes/wheels/tree/master/eventemitter): 事件绑定发射器
* [freestring](https://github.com/whxaxes/wheels/tree/master/freestring): 实现ES6的template string
* [validate](https://github.com/whxaxes/wheels/tree/master/validate): 表单验证组件