An open API service indexing awesome lists of open source software.

https://github.com/macielti/common-clj

Just common Clojure code that I use across projects
https://github.com/macielti/common-clj

clojure clojure-library

Last synced: 10 months ago
JSON representation

Just common Clojure code that I use across projects

Awesome Lists containing this project

README

          

![Clojure CI - Unit and Integration Tests](https://github.com/macielti/common-clj/actions/workflows/tests.yml/badge.svg)

# common-clj

Just common Clojure codes that I use across projects.

## Installation

Add the following dependency to your project or build file:

`[net.clojars.macielti/common-clj "x.y.z"]`

You can check for the last available version on [Clojars page](https://clojars.org/net.clojars.macielti/common-clj/).

You can automatically upgrade the project dependencies by running: `lein antq`

## Documentation

Tests are the best documentation! Better than nothing.

That's all what I have for now. I am planning to add proper documentation in a near future.

## License

Copyright © 2021 Bruno do Nascimento Maciel

This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which
is available at
http://www.eclipse.org/legal/epl-2.0.

This Source Code may also be made available under the following Secondary Licenses when the conditions for such
availability set forth in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your option) any later version, with the GNU
Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.

## Bibliography

- [Versionamento Semântico 2.0.0](https://semver.org/lang/pt-BR/)
- [Library Development and Distribution](https://clojure-doc.org/articles/ecosystem/libraries_authoring/)