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: 4 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T17:01:42.000Z (almost 9 years ago)
- Last Synced: 2025-08-31T00:38:24.897Z (10 months ago)
- Topics: clj, clojure, collection, string, utilities
- Language: Clojure
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- 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
[](https://travis-ci.org/SalvatoreTosti/clj-kit)
[](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.