Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaandrle/jaajsu

JavaScript Utils
https://github.com/jaandrle/jaajsu

functional functional-programming javascript-utility javascript-utils

Last synced: 19 days ago
JSON representation

JavaScript Utils

Awesome Lists containing this project

README

        

[![LTS+sub-branches](https://img.shields.io/badge/submodule-LTS+sub--branches-informational?style=flat-square&logo=git)](https://github.com/IndigoMultimediaTeam/lts-driven-git-submodules)
# jaaJSU | jaandrle > JavaScript Utils
## Links
- [Documentation](docs/md_standalone/README.md)
- [Examples **(WIP)**](https://jaandrle.github.io/jaaJSU/examples.html)
## Sub-repositores
- `$dom.component`: [jaandrle/dollar_dom_component](https://github.com/jaandrle/dollar_dom_component)
- `$time`: [jaandrle/dollar_time](https://github.com/jaandrle/dollar_time)
## Contribute
- Installation: use `node install`
- Build: use `gulp`
- Build parameters can be changed in: `package.json`
## Use in your repo
1. see distribution files [`./bin/jaaJSU*`](./bin)
2. *or* use [`git submodule`](https://gist.github.com/jaandrle/b4836d72b63a3eefc6126d94c683e5b3):
```bash
cd TARGET_PATH
git submodule add -b master --depth=1 [email protected]:jaandrle/jaaJSU.git
```