https://github.com/oelin/vee
The universal package installer โค๐งก๐๐๐๐.
https://github.com/oelin/vee
cli github package-installer package-manager
Last synced: about 1 month ago
JSON representation
The universal package installer โค๐งก๐๐๐๐.
- Host: GitHub
- URL: https://github.com/oelin/vee
- Owner: oelin
- License: mit
- Created: 2023-01-18T22:22:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T11:08:06.000Z (over 3 years ago)
- Last Synced: 2025-07-12T00:06:42.886Z (12 months ago)
- Topics: cli, github, package-installer, package-manager
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vee: The Universal Package Installer
โค๐งก๐๐๐๐
Vee is a simple CLI script for installing packages via GitHub and other generic sources. It essentially combines the process of downloading and then installing a package into a one, tiny command.
```sh
vee [owner]/[package]
```
## Installation
Install Vee with `pip`
```sh
pip install git+https://github.com/Oelin/vee
```
Install Vee with Vee
```
vee oelin/vee
```
## vee.py
Packages which require specific commands to execute during the build process must include a `vee.py` file in their root directory. This file contains code which executes after the package is downloaded. For instance it might set some environment variables, or (more commonly) call an external build tool (npm, poetry, docker etc).