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

@@ -1,4 +1,7 @@

#!/usr/bin/env node

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

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

+ 3
- 0
package.json View File

@@ -12,5 +12,8 @@
"dependencies": {
"tree-kill": "^1.2.2",
"glob": "^7.1.2"
},
"bin": {
"elxr": "./index.js"
}
}

Loading…
Cancel
Save