Skip to content
/ vee Public

The universal package installer β€πŸ§‘πŸ’›πŸ’šπŸ’™πŸ’œ.

License

Notifications You must be signed in to change notification settings

oelin/vee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

vee [owner]/[package]

Installation

Install Vee with pip

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).

About

The universal package installer β€πŸ§‘πŸ’›πŸ’šπŸ’™πŸ’œ.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages