https://github.com/deas/gcp-clj-playground
Playing with Clojure on GCP
https://github.com/deas/gcp-clj-playground
Last synced: 2 months ago
JSON representation
Playing with Clojure on GCP
- Host: GitHub
- URL: https://github.com/deas/gcp-clj-playground
- Owner: deas
- License: epl-1.0
- Created: 2021-10-21T12:04:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T12:06:28.000Z (over 3 years ago)
- Last Synced: 2025-01-22T05:28:25.797Z (4 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcp-clj-playground
FIXME: my new library.
## Usage
FIXME: write usage documentation!
Invoke a library API function from the command-line:
$ clojure -X deas.gcp-clj-playground/foo :a 1 :b '"two"'
{:a 1, :b "two"} "Hello, World!"Run the project's tests (they'll fail until you edit them):
$ clojure -M:test:runner
Build a deployable jar of this library:
$ clojure -X:jar
This will update the generated `pom.xml` file to keep the dependencies synchronized with
your `deps.edn` file. You can update the version (and SCM tag) information in the `pom.xml` using the
`:version` argument:$ clojure -X:jar :version '"1.2.3"'
Install it locally (requires the `pom.xml` file):
$ clojure -X:install
Deploy it to Clojars -- needs `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment
variables (requires the `pom.xml` file):$ clojure -X:deploy
Your library will be deployed to net.clojars.deas/gcp-clj-playground on clojars.org by default.
If you don't plan to install/deploy the library, you can remove the
`pom.xml` file but you will also need to remove `:sync-pom true` from the `deps.edn`
file (in the `:exec-args` for `depstar`).## License
Copyright © 2021 Deas
_EPLv1.0 is just the default for projects generated by `clj-new`: you are not_
_required to open source this project, nor are you required to use EPLv1.0!_
_Feel free to remove or change the `LICENSE` file and remove or update this_
_section of the `README.md` file!_Distributed under the Eclipse Public License version 1.0.