Skip to content

Commit

Permalink
add init install feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sottar committed Feb 18, 2020
1 parent f36997f commit 2273fd7
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 60 deletions.
100 changes: 41 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"author": "Sota Ohara <ohrst.18@gmail.com> (https://www.sottar.io/)",
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0"
"chalk": "^3.0.0",
"inquirer": "^7.0.4"
},
"devDependencies": {
"@types/chalk": "2.2.0",
"@types/inquirer": "^6.5.0",
"@types/node": "13.7.0",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
Expand Down
Loading

0 comments on commit 2273fd7

Please sign in to comment.