Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilicvane/exec-cli
Execute an excutable by given path.
https://github.com/vilicvane/exec-cli
Last synced: 20 days ago
JSON representation
Execute an excutable by given path.
- Host: GitHub
- URL: https://github.com/vilicvane/exec-cli
- Owner: vilicvane
- Created: 2016-09-28T09:26:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T09:27:18.000Z (about 8 years ago)
- Last Synced: 2024-11-30T15:41:55.199Z (23 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exec-cli
```json
{
"scripts": {
"foo": "exec ./bin/bar biu pia"
}
}
``````sh
npm run foo
```