Command-line Jam publisher
Go to file
2024-03-15 06:28:45 +00:00
src init 2024-02-13 16:24:18 +00:00
gojam.cr init 2024-02-13 16:24:18 +00:00
README.md fix build instructions 2024-03-15 06:28:45 +00:00
shard.yml fix shard.yml 2024-02-28 06:52:34 +00:00

gojam

gojam is a command line tool to publish jams to the JPub service. It's written in Crystal (NOT Go), runs pretty fast, and works quite nicely.

build it

To build it, you could just run:

git clone https://git.tobskep.com/jams/gojam && cd gojam
shards install
crystal build gojam.cr

Then, it'll give you a neat little binary called gojam. However, it will contain debug symbols -- if that's a problem for you, you can just do this:

crystal build --release gojam.cr