Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# exec-cli

```json
{
"scripts": {
"foo": "exec ./bin/bar biu pia"
}
}
```

```sh
npm run foo
```