Skip to content

Commit

Permalink
Updated: README & package description
Browse files Browse the repository at this point in the history
  • Loading branch information
SANTHOSH17-DOT committed Oct 9, 2023
1 parent d0960f2 commit 27cef71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ $ npm start
```
- or from Node Package Manager,
```bash
$ npm install -g statik
$ npm install -g statikvc
```

### Usage
```bash
$ statik help
$ statikvc help
```
**Options:**
```
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statik",
"name": "statikvc",
"version": "1.0.0",
"description": "",
"description": "An IPFS based version control system with static file hosting features. Basic functions like repo initiation, staging, committing, and logging have been implemented. (Under active development)",
"exports": "./dist/index.js",
"scripts": {
"build": "npx tsc",
Expand All @@ -11,8 +11,8 @@
"bin": {
"statik": "./dist/index.js"
},
"keywords": [],
"author": "",
"keywords": ["version-control","ipfs","p2p","web3","filestorage"],
"author": "Santhosh Murugaiah",
"license": "ISC",
"dependencies": {
"commander": "^11.0.0",
Expand Down

0 comments on commit 27cef71

Please sign in to comment.