Skip to content

Implementation of the grammar of graphics in Clojure

License

Notifications You must be signed in to change notification settings

kiramclean/ggclj

Repository files navigation

ggclj

‼️⚠️🚧 Under Construction 🚧️⚠️‼️

An implementation of the grammar of graphics in Clojure.

About this project

Rationale

Usage

FIXME: write usage documentation!

Invoke a library API function from the command-line:

$ clojure -X scicloj.ggclj/foo :a 1 :b '"two"'
{:a 1, :b "two"} "Hello, World!"

Run the project's tests (they'll fail until you edit them):

$ clojure -T:build test

Run the project's CI pipeline and build a JAR (this will fail until you edit the tests to pass):

$ clojure -T:build ci

This will produce an updated pom.xml file with synchronized dependencies inside the META-INF directory inside target/classes and the JAR in target. You can update the version (and SCM tag) information in generated pom.xml by updating build.clj.

Install it locally (requires the ci task be run first):

$ clojure -T:build install

Deploy it to Clojars -- needs CLOJARS_USERNAME and CLOJARS_PASSWORD environment variables (requires the ci task be run first):

$ clojure -T:build deploy

Your library will be deployed to net.clojars.scicloj/ggclj on clojars.org by default.

License

Copyright © 2024 Kira

Distributed under the MIT License.

About

Implementation of the grammar of graphics in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published