Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaandrle/jaajsu
- Owner: jaandrle
- License: mit
- Created: 2018-11-19T09:48:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T10:41:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T00:28:51.891Z (23 days 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
[![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
```