https://github.com/wall-brew-co/spoon
A collection of non-domain-specific utility functions
https://github.com/wall-brew-co/spoon
clojure clojurescript library utils
Last synced: 29 days ago
JSON representation
A collection of non-domain-specific utility functions
- Host: GitHub
- URL: https://github.com/wall-brew-co/spoon
- Owner: Wall-Brew-Co
- License: mit
- Created: 2022-10-04T01:15:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T01:38:56.000Z (over 1 year ago)
- Last Synced: 2024-05-21T03:08:15.881Z (over 1 year ago)
- Topics: clojure, clojurescript, library, utils
- Language: Clojure
- Homepage:
- Size: 828 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# spoon - A clojure utility library
[](https://clojars.org/com.wallbrew/spoon)
[](https://cljdoc.org/d/com.wallbrew/spoon/CURRENT)
[](https://github.com/Wall-Brew-Co/spoon/blob/master/LICENSE)
[](https://twitter.com/WallBrew)
> The only tool we need is a big-ass brew spoon.
> Dareknotderek
This repository follows the guidelines and standards of the [Wall Brew Open Source Policy.](https://github.com/Wall-Brew-Co/open-source "Our open source guidelines")
## Installation
A deployed copy of the most recent version of [spoon can be found on clojars.](https://clojars.org/com.wallbrew/spoon)
To use it, add the following as a dependency in your project.clj file:
[](https://clojars.org/com.wallbrew/spoon)
The next time you build your application, [Leiningen](https://leiningen.org/) or [deps.edn](https://clojure.org/guides/deps_and_cli) should pull it automatically.
Alternatively, you may clone or fork the repository to work with it directly.
### Clojure Version Compatibility
Spoon runs its test suite in a matrix, replacing the clojure version with multiple previous versions of the language.
If your project is not running the most recent version of clojure, please consult the most recent compatibility testing results in the [CI/CD pipeline](https://github.com/Wall-Brew-Co/spoon/actions/workflows/compatibility.yml).
## Usage
Functions in spoon are organized by the Clojure library or data structure they are intended to work with.
Generic functionality and macros will be added to `core` unless a more appropriate location exists.
See the [API docs](https://github.com/Wall-Brew-Co/spoon/blob/master/API.md) generated by [quickdoc](https://github.com/borkdude/quickdoc)
## License
Copyright © [Wall Brew Co](https://wallbrew.com/)
This software is provided for free, public use as outlined in the [MIT License](https://github.com/Wall-Brew-Co/spoon/blob/master/LICENSE)