Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuid/lib
Commonly useful functions
https://github.com/nuid/lib
clj cljc cljs clojure clojurescript utilities
Last synced: 24 days ago
JSON representation
Commonly useful functions
- Host: GitHub
- URL: https://github.com/nuid/lib
- Owner: NuID
- License: apache-2.0
- Created: 2018-11-20T23:15:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:32:35.000Z (about 1 year ago)
- Last Synced: 2024-09-29T21:02:13.291Z (about 1 month ago)
- Topics: clj, cljc, cljs, clojure, clojurescript, utilities
- Language: Clojure
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# nuid.lib
Common utilities.
## Requirements
+ [`jvm`](https://www.java.com/en/download/)
+ [`node + npm`](https://nodejs.org/en/download/)
+ [`clj`](https://clojure.org/guides/getting_started)
+ [`shadow-cljs`](https://shadow-cljs.github.io/docs/UsersGuide.html#_installation)## Clojure and ClojureScript
### `tools.deps`:
```clojure
{nuid/lib {:git/url "https://github.com/nuid/lib" :sha "..."}}
```## Licensing
Apache v2.0 or MIT