Explorar el Código

Node shell binary for cli execution

production
Pradeep Bhaskaran hace 4 años
padre
commit
caac3474f8
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 4
    1
      index.js
  2. 3
    0
      package.json

+ 4
- 1
index.js Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar