Browse Source

Node shell binary for cli execution

production
Pradeep Bhaskaran 4 years ago
parent
commit
caac3474f8
2 changed files with 7 additions and 1 deletions
  1. 4
    1
      index.js
  2. 3
    0
      package.json

+ 4
- 1
index.js View File


#!/usr/bin/env node

// PB : TODO -- make sure folder context is proper coz we can now run elxr from anywhere.

// -------------- // --------------
// elxr // elxr
// A cli tool for elixr. // A cli tool for elixr.

+ 3
- 0
package.json View File

"dependencies": { "dependencies": {
"tree-kill": "^1.2.2", "tree-kill": "^1.2.2",
"glob": "^7.1.2" "glob": "^7.1.2"
},
"bin": {
"elxr": "./index.js"
} }
} }

Loading…
Cancel
Save