https://github.com/agilecreativity/cucl
My collection/commonly used Clojure libraries/functions
https://github.com/agilecreativity/cucl
clojure clojure-library
Last synced: 10 months ago
JSON representation
My collection/commonly used Clojure libraries/functions
- Host: GitHub
- URL: https://github.com/agilecreativity/cucl
- Owner: agilecreativity
- License: epl-1.0
- Created: 2017-12-03T18:52:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T01:58:06.000Z (over 4 years ago)
- Last Synced: 2025-03-30T05:01:56.876Z (10 months ago)
- Topics: clojure, clojure-library
- Language: Clojure
- Homepage: https://github.com/agilecreativity/cucl
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
** cucl - Collection of Useful Clojure Libraries
[[https://circleci.com/gh/agilecreativity/cucl][https://circleci.com/gh/agilecreativity/cucl.svg?style=svg]]
[[https://clojars.org/cucl][https://img.shields.io/clojars/v/cucl.svg]]
[[https://jarkeeper.com/agilecreativity/cucl][https://jarkeeper.com/agilecreativity/cucl/status.svg]]
My collection of commonly used Clojure libraries/functions.
*** Basic Usage
#+BEGIN_SRC sh
# Clone the project
git clone git@github.com:agilecreativity/cucl.git
# Change to the local directory
cd cucl
# Install the library locally
lein install
#+END_SRC
*** TODOs
*** License
Copyright © 2017-2018 Burin Choomnuan
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.