UGDM is a dependency manager that uses only GIT to install packages, independently of the language
- Clone the repository;
- Change the current directory to repository's folder;
- Install globally with npm;
git clone https://github.com/thiagofleal/ugdm.git
cd ugdm
npm i -g .
Use terminal/command prompt:
ugdm --version
Avaliable commands:
-
ugdm init Initialize GIT dependencies
-
ugdm add [name] Add GIT dependency
-
ugdm remove [name] Remove GIT dependency
-
ugdm install Install GIT dependencies
-
ugdm build Generate shell script to install dependencies
-
ugdm config Configure environment