Skip to content

Commit

Permalink
hiccup-cli: Add version 0.1.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleli authored Mar 7, 2024
1 parent 6336e89 commit 01b2bbe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
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"
}
}
}
}

0 comments on commit 01b2bbe

Please sign in to comment.