https://github.com/sharparam/luaenv-update
Update luaenv and plugins
https://github.com/sharparam/luaenv-update
Last synced: 18 days ago
JSON representation
Update luaenv and plugins
- Host: GitHub
- URL: https://github.com/sharparam/luaenv-update
- Owner: Sharparam
- License: mit
- Created: 2022-06-28T13:58:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T13:58:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T01:52:25.624Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luaenv-update
This [luaenv][] plugin adds the `luaenv update` command that updates [luaenv][] and all installed plugins.
Mostly copied from [rbenv-update][]
## Installation
Simply clone the repository into the plugins directory:
```sh
mkdir -p "$(luaenv root)/plugins"
git clone https://github.com/Sharparam/luaenv-update.git "$(luaenv root)/plugins/luaenv-update"
```
## License
Copyright © 2022 by [Adam Hellberg][sharparam].
luaenv-update is licensed under the MIT License.
See the file `LICENSE` for more information.
[sharparam]: https://github.com/Sharparam
[luaenv]: https://github.com/cehoffman/luaenv
[rbenv-update]: https://github.com/rkh/rbenv-update