Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakmac/com.oakmac.cljs-util
ClojureScript utility library
https://github.com/oakmac/com.oakmac.cljs-util
Last synced: about 2 months ago
JSON representation
ClojureScript utility library
- Host: GitHub
- URL: https://github.com/oakmac/com.oakmac.cljs-util
- Owner: oakmac
- License: isc
- Created: 2016-03-20T03:48:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T05:21:44.000Z (about 1 year ago)
- Last Synced: 2024-11-15T16:45:52.621Z (2 months ago)
- Language: Clojure
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# com.oakmac.cljs-util [![CI Status](https://github.com/oakmac/com.oakmac.cljs-util/actions/workflows/ci.yaml/badge.svg)](https://github.com/oakmac/com.oakmac.cljs-util/actions/workflows/ci.yaml) [![Clojars Project](https://img.shields.io/clojars/v/com.oakmac/cljs-util.svg)](https://clojars.org/com.oakmac/cljs-util)
A small library of utility functions for ClojureScript projects.
## About
In almost every ClojureScript project I work on there tends to be a `util/*`
namespace with helper functions that do not exist in the core library.This library is an attempt to create a generic version of these functions.
## Install
Add the following to your `project.clj` `:dependencies` vector:
```
[com.oakmac/cljs-util "5.0.0"]
```## Notes
* This is a ClojureScript library intended to be used on the JavaScript
platform. ie: do not expect `.cljc` files or Clojure / JVM compatibility
* Expect a major version increment for every release.
* Google Closure functions will be used where appropriate.## License
[ISC License]
[ISC License]:LICENSE.md