Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcaudate/sample-deploy
test case for deploying on clojars
https://github.com/zcaudate/sample-deploy
Last synced: 25 days ago
JSON representation
test case for deploying on clojars
- Host: GitHub
- URL: https://github.com/zcaudate/sample-deploy
- Owner: zcaudate
- Created: 2020-07-26T12:02:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T12:07:41.000Z (over 4 years ago)
- Last Synced: 2024-11-14T12:50:07.598Z (3 months ago)
- Language: Clojure
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deploy.example
Test case for clojars deployment
## Usage
```bash
$ lein repl
``````clojure
> (use 'example)> (sample-deploy)
;; -------------------
;; DEPLOYING ARTIFACTS
;; -------------------
;; deploying hara/base:jar 3.0.13
;; deployed hara/base:jar 3.0.13 [clojars] (5.86s, 95180 bytes)
;; deploying hara/base:pom 3.0.13
;; deployed hara/base:pom 3.0.13 [clojars] (4.69s, 0 bytes)
;; deploying hara/base:pom.asc 3.0.13
;; deployed hara/base:pom.asc 3.0.13 [clojars] (6.25s, 0 bytes)
;; deploying hara/base:jar.asc 3.0.13
;; deployed hara/base:jar.asc 3.0.13 [clojars] (2.76s, 454 bytes)```