Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiccup-cli: Add version 0.1.0 #211

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Emacs users should now issue `clj` and `clojure` commands without hassle.
- [cq](https://github.com/markus-wa/cq): Clojure Command-line Data Processor for JSON, YAML, EDN, XML and more
- [datalevin](https://github.com/juji-io/datalevin): A simple, fast and durable Datalog database
- [grasp](https://github.com/borkdude/grasp): Grep Clojure code using clojure.spec regexes
- [hiccup-cli](https://github.com/kwrooijen/hiccup-cli): CLI to convert HTML to Hiccup syntax
- [jet](https://github.com/borkdude/jet): CLI to transform between JSON, EDN and Transit, powered with a minimal query language
- [joker](https://joker-lang.org): A small interpreted dialect of Clojure written in Go. It is also a Clojure(Script) linter
- [lmgrep](https://github.com/dainiusjocas/lucene-grep): A Grep-like utility based on Lucene Monitor
Expand Down Expand Up @@ -110,6 +111,7 @@ scoop install clj-kondo
scoop install clojure-lsp
scoop install cq
scoop install datalevin
scoop install hiccup-cli
scoop install grasp
scoop install jet
scoop install joker
Expand Down
22 changes: 22 additions & 0 deletions bucket/hiccup-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.1.0",
"description": "CLI to convert HTML to Hiccup syntax",
"homepage": "https://github.com/kwrooijen/hiccup-cli",
"license": "MIT",
"depends": "extras/vcredist2022",
"architecture": {
"64bit": {
"url": "https://github.com/kwrooijen/hiccup-cli/releases/download/0.1.0/hiccup-cli-windows-amd64.zip",
"hash": "fb0e63f023779ef87c8534f49f8c3380b12fcf1e6d945773f74bc4945406e43d"
}
},
"bin": "hiccup-cli.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kwrooijen/hiccup-cli/releases/download/$version/hiccup-cli-windows-amd64.zip"
}
}
}
}
Loading