#!/usr/bin/env node | |||||
require('../index.js') |
#!/usr/bin/env node | // 'use strict'; | ||||
// PB : TODO -- make sure folder context is proper coz we can now run elxr from anywhere. | // PB : TODO -- make sure folder context is proper coz we can now run elxr from anywhere. | ||||
"glob": "^7.1.2" | "glob": "^7.1.2" | ||||
}, | }, | ||||
"bin": { | "bin": { | ||||
"elxr": "./index.js" | "elxr": "bin/elxr" | ||||
} | } | ||||
} | } |