Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodegame/jsus
JavaScript UtilS. Collection of general purpose functions. JSUS helps!
https://github.com/nodegame/jsus
functional javascript javascript-utils nodegame utilities utils
Last synced: about 1 month ago
JSON representation
JavaScript UtilS. Collection of general purpose functions. JSUS helps!
- Host: GitHub
- URL: https://github.com/nodegame/jsus
- Owner: nodeGame
- License: mit
- Created: 2012-02-25T11:50:58.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T14:06:44.000Z (about 1 year ago)
- Last Synced: 2024-11-03T01:51:59.241Z (about 2 months ago)
- Topics: functional, javascript, javascript-utils, nodegame, utilities, utils
- Language: JavaScript
- Homepage: http://nodegame.org
- Size: 1.67 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# JSUS: JavaScript UtilS.
[![Build Status](https://travis-ci.org/nodeGame/JSUS.png?branch=master)](https://travis-ci.org/nodeGame/JSUS)
Collection of general purpose javascript functions. JSUS helps!
## Libraries
1. OBJ
2. ARRAY
3. TIME
4. EVAL
5. DOM
6. RANDOM
7. PARSE
8. FS
9. COMPATIBILITY
10. QUEUE## Browser
In the browser, two objects are exported: `JSUS` and its shorthand `J`.
## Build
Create your customized build of JSUS.js using the make file in the bin directory
```javascript
node make.js build -a // Full build
node make.js build -l obj,array -o jsus-oa.js // Only object and array libs.
```## License
[MIT](LICENSE)