Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olimsaidov/lein-resource-paths-relative
https://github.com/olimsaidov/lein-resource-paths-relative
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/olimsaidov/lein-resource-paths-relative
- Owner: olimsaidov
- Created: 2020-01-30T07:31:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T07:37:01.000Z (almost 5 years ago)
- Last Synced: 2024-07-20T11:42:59.442Z (4 months ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lein-resource-paths-relative
## Usage
Add `lein-resource-paths-relative` to `:plugins` in `project.clj`, e.g.
:plugins [[lein-resource-paths-relative "0.0.1"]]
Add relative resources paths:
:resource-paths-relative [["foo" "foo/bar/*"]]
## License
Copyright © 2020 Olim Saidov
Distributed under the Eclipse Public License, the same as Clojure.