Skip to content

Commit

Permalink
feat: make it a cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Mar 22, 2019
1 parent 11fad71 commit c4f8354
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
const c = require("ansi-colors");
const inquirer = require("inquirer");
const { execSync } = require("child_process");
Expand Down
261 changes: 261 additions & 0 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"inquirer": "^6.2.2"
},
"devDependencies": {},
"scripts": {

"bin": {
"webpack-scaffold": "./index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c4f8354

Please sign in to comment.