Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binaryphile/rvn

Raven - make-like bash task automation
https://github.com/binaryphile/rvn

Last synced: 24 days ago
JSON representation

Raven - make-like bash task automation

Awesome Lists containing this project

README

        

### Initialize the command shortcut

This will link the rvn command into a local bin directory which is on
your PATH. If you don't have such a directory on your PATH, it will
extend PATH by modifying one of your profile files.

```
> cd
> bin/rvn init
finding local bin directory...
found '/Users/tlilley/.local/bin'
linking rvn into '/Users/tlilley/.local/bin'...
done
>
```