https://github.com/osdevisnot/vanillajs
high quality, evergreen vanilla javascript utilities.
https://github.com/osdevisnot/vanillajs
Last synced: about 1 year ago
JSON representation
high quality, evergreen vanilla javascript utilities.
- Host: GitHub
- URL: https://github.com/osdevisnot/vanillajs
- Owner: osdevisnot
- License: mit
- Created: 2019-04-08T07:56:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:58:00.000Z (over 3 years ago)
- Last Synced: 2025-01-14T02:47:40.453Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanillajs
tiny, evergreen, vanilla js utilities
[](https://travis-ci.org/osdevisnot/vanillajs)
[](https://coveralls.io/github/osdevisnot/vanillajs?branch=master)
[](https://github.com/prettier/prettier)
[](https://opensource.org/licenses/MIT)
## packages overview
| Package | NPM Version | Size | Description |
| -------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [@vanillajs/emitter](packages/emitter) |  | [](https://unpkg.com/@vanillajs/emitter) | a tiny, vanillajs event emitter. |
| [@vanillajs/fetch](packages/fetch) |  | [](https://unpkg.com/@vanillajs/fetch) | a tiny, vanillajs fetch wrapper. |
| [@vanillajs/hash](packages/hash) |  | [](https://unpkg.com/@vanillajs/hash) | a tiny, vanillajs string hash. |
| [@vanillajs/object](packages/object) |  | [](https://unpkg.com/@vanillajs/object) | tiny, vanillajs object utilities. |
| [@vanillajs/router](packages/router) |  | [](https://unpkg.com/@vanillajs/router) | a tiny, vanilla JS URL Router. |
| [@vanillajs/store](packages/store) |  | [](https://unpkg.com/@vanillajs/store) | a tiny, vanilla JS State Container. |
## License
**@vanillajs** is licensed under the [MIT License](http://opensource.org/licenses/MIT).
Documentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).
Created with ♥ by [@osdevisnot](https://github.com/osdevisnot) and [all contributors](https://github.com/osdevisnot/vanillajs/graphs/contributors).