Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binaryphile/rvn
- Owner: binaryphile
- License: other
- Created: 2020-01-07T20:47:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T20:49:11.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T10:44:51.933Z (2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
>
```