浏览代码

Node shell binary for cli execution

pull/3/head
Pradeep Bhaskaran 4 年前
父节点
当前提交
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"
} }
} }

正在加载...
取消
保存