https://github.com/jaandrle/jaajsu
JavaScript Utils
https://github.com/jaandrle/jaajsu
functional functional-programming javascript-utility javascript-utils
Last synced: 18 days ago
JSON representation
JavaScript Utils
- Host: GitHub
- URL: https://github.com/jaandrle/jaajsu
- Owner: jaandrle
- License: mit
- Created: 2018-11-19T09:48:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T10:41:43.000Z (over 2 years ago)
- Last Synced: 2025-02-06T15:59:47.113Z (9 months ago)
- Topics: functional, functional-programming, javascript-utility, javascript-utils
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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 git@github.com:jaandrle/jaaJSU.git
```