added readme

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-05-05 14:42:46 +05:30
parent 3d34f53a3b
commit 051ed30787
1 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@
"chalk": "^5.0.1",
"yargs": "^17.4.1"
},
"type": "module"
"type": "module",
"bin": {
"i-am-online": "./app.js"
}
}