You can either:
cargo install werb
werb
to update your sources and setup the environnementwerb search <package>
to check if your package existswerb install <package> [-f | --force]
to install it in ~/.werb_bin
NOTE: All the published packages has to be in a single tar.gz file !
WARNING: If you just want to UPDATE an existing package, go to the editing section
Prerequisties: You have to have ruby installed
Fork this repository
git clone git@github.com:$USERNAME/werb.git
(obviously replace $USERNAME with your github username)cd werb/ && chmod 751 add_package.rb
:package: Added $PACKAGE_NAME package
(obviously replace $PACKAGE_NAME with your package name)Open a pull request on this repository with this title: [PACKAGE] Added $PACKAGE_NAME
(obviously replace $PACKAGE_NAME with your package name)
Your package should be accepted within one day
git clone git@github.com:$USERNAME/werb.git
(obviously replace $USERNAME with your github username)packages.json
with your changes:package: Edited $PACKAGE_NAME package
(obviously replace $PACKAGE_NAME with your package name)Open a pull request on this repository with this title: [PACKAGE] Edited $PACKAGE_NAME
(obviously replace $PACKAGE_NAME with your package name)
Your package should be updated within one day