1
0
mirror of https://github.com/jht5945/buildj.git synced 2026-01-13 16:40:05 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ff2e103c4a chore: add install cmd 2020-12-29 00:01:22 +08:00
5aebb24a11 chore: add home, license ,desc 2020-12-26 22:26:22 +08:00
2 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ name = "buildj"
version = "0.1.4" version = "0.1.4"
authors = ["Hatter Jiang <jht5945@gmail.com>"] authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018" edition = "2018"
homepage = "https://buildj.ruststack.org/"
license = "MIT"
description = "A java build tool"
[dependencies] [dependencies]
json = "0.12.4" json = "0.12.4"

View File

@@ -5,6 +5,10 @@ buildj - java build tool, website: [https://buildj.ruststack.org/](https://build
``` ```
cargo install --git https://github.com/jht5945/buildj [--force] cargo install --git https://github.com/jht5945/buildj [--force]
OR
cargo install buildj [--force]
``` ```
## Usage ## Usage