Skip to content

Commit a882a6d

Browse files
added cli
1 parent 57aebb9 commit a882a6d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

cli.js

Whitespace-only changes.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.16",
3+
"version": "1.0.21",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,10 @@
2121
"EJS"
2222
],
2323
"author": "aakashdeveloper",
24-
"license": "ISC",
24+
"license": "MIT",
25+
"files": [
26+
"lib"
27+
],
2528
"bugs": {
2629
"url": "https://github.com/Aakashdeveloper/create-node-app/issues"
2730
},
@@ -34,5 +37,9 @@
3437
"ejs": "^2.6.1",
3538
"express": "^4.16.4",
3639
"mongodb": "^3.2.3"
40+
},
41+
"bin": {
42+
"create-node-app": "./cli.js"
3743
}
44+
3845
}

0 commit comments

Comments
 (0)