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
- Host: GitHub
- URL: https://github.com/macielti/common-clj
- Owner: macielti
- License: other
- Created: 2021-09-05T18:21:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:25:20.000Z (about 1 year ago)
- Last Synced: 2024-11-01T20:26:20.883Z (about 1 year ago)
- Topics: clojure, clojure-library
- Language: Clojure
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# 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/)