Skip to content

Commit

Permalink
Add a bin to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charpeni committed Apr 10, 2019
1 parent 72302e8 commit 929dab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const inquirer = require('inquirer');
const chalk = require('chalk');

Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"ios-simulator-app-exporter": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "jest",
Expand Down

0 comments on commit 929dab6

Please sign in to comment.