Skip to content

Commit 27cef71

Browse files
Updated: README & package description
1 parent d0960f2 commit 27cef71

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ $ npm start
2727
```
2828
- or from Node Package Manager,
2929
```bash
30-
$ npm install -g statik
30+
$ npm install -g statikvc
3131
```
3232

3333
### Usage
3434
```bash
35-
$ statik help
35+
$ statikvc help
3636
```
3737
**Options:**
3838
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "statik",
2+
"name": "statikvc",
33
"version": "1.0.0",
4-
"description": "",
4+
"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)",
55
"exports": "./dist/index.js",
66
"scripts": {
77
"build": "npx tsc",
@@ -11,8 +11,8 @@
1111
"bin": {
1212
"statik": "./dist/index.js"
1313
},
14-
"keywords": [],
15-
"author": "",
14+
"keywords": ["version-control","ipfs","p2p","web3","filestorage"],
15+
"author": "Santhosh Murugaiah",
1616
"license": "ISC",
1717
"dependencies": {
1818
"commander": "^11.0.0",

0 commit comments

Comments
 (0)