Skip to content

Commit

Permalink
chore: udpate sctipts
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 30, 2020
1 parent 0f147ef commit 38fc7fd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# vscode
.vscode
.history
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# vscode
.vscode
.history
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# ushell-module-java
> Unix like shell for java.
## resources:
+ http://guibin.iteye.com/blog/1999238
## installation
```shell
npm i -S @feizheng/ushell-module-java
```

## commands:
## resources
- http://guibin.iteye.com/blog/1999238
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ushell-module-java",
"version": "0.0.1",
"name": "@feizheng/ushell-module-java",
"version": "1.0.0",
"description": "Unix like shell for java.",
"main": "index.sh",
"repository": {
Expand All @@ -20,5 +20,8 @@
"bugs": {
"url": "https://github.com/afeiship/ushell-module-java/issues"
},
"homepage": "https://github.com/afeiship/ushell-module-java"
}
"homepage": "https://github.com/afeiship/ushell-module-java",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 38fc7fd

Please sign in to comment.