Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 30, 2020
1 parent 0781a5e commit 380789f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/gistr.exe
files: target/release/gremlin-cli.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
6 changes: 6 additions & 0 deletions gremlin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name = "gremlin-cli"
version = "0.1.0"
authors = ["wolf4ood <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
description= "A minimal Rust CLI for Apache TinkerPop™"
repository = "https://github.com/wolf4ood/gremlin-rs"
keywords = ["database", "graphs","tinkerpop","cli"]
categories = ["database","cli"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
6 changes: 6 additions & 0 deletions gremlin-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@


## gremlin-cli


A minimal cli for exploring graphs data in Gremlin Server.

0 comments on commit 380789f

Please sign in to comment.