Преглед изворни кода

Node shell binary for cli execution

production
Pradeep Bhaskaran пре 5 година
родитељ
комит
caac3474f8
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 4
    1
      index.js
  2. 3
    0
      package.json

+ 4
- 1
index.js Прегледај датотеку


#!/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 Прегледај датотеку

"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…
Откажи
Сачувај