Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvatoretosti/clj-kit
An extension of Clojure's standard functionality, provides stuff that should just be there.
https://github.com/salvatoretosti/clj-kit
clj clojure collection string utilities
Last synced: 1 day ago
JSON representation
An extension of Clojure's standard functionality, provides stuff that should just be there.
- Host: GitHub
- URL: https://github.com/salvatoretosti/clj-kit
- Owner: SalvatoreTosti
- License: mit
- Created: 2017-06-07T01:32:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T17:01:42.000Z (about 7 years ago)
- Last Synced: 2024-10-19T18:12:25.181Z (about 1 month ago)
- Topics: clj, clojure, collection, string, utilities
- Language: Clojure
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-kit
[![Build Status](https://travis-ci.org/SalvatoreTosti/clj-kit.svg?branch=master)](https://travis-ci.org/SalvatoreTosti/clj-kit)
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.salvatore-tosti/clj-kit.svg)](https://clojars.org/org.clojars.salvatore-tosti/clj-kit)An extension of Clojure's standard functions, providing stuff that should just _be there_.
## Usage
The easiest way utilize _clj-kit_ is to use [Leiningen](https://leiningen.org/) to generate a project, then add _clj-kit_ as a dependency.
```clojure
(defproject my-new-project "1.0.0-SNAPSHOT"
:description "My great new project."
:dependencies [[org.clojure/clojure "1.x.0"]
[clj-kit "x.y.z"]])
```## Documentation
You can find the [generated documentation](https://github.com/gdeer81/lein-marginalia) at https://salvatoretosti.github.io/clj-kit/.
### namespaces
* **str-kit** - String related functions.
* **coll-kit** - Collection related functions.## License
Copyright © 2017 Salvatore Tosti
Distributed under the MIT License.