Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagofleal/ugdm
Universal GIT Dependency Manager
https://github.com/thiagofleal/ugdm
Last synced: about 1 month ago
JSON representation
Universal GIT Dependency Manager
- Host: GitHub
- URL: https://github.com/thiagofleal/ugdm
- Owner: thiagofleal
- Created: 2022-10-12T20:42:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T23:33:57.000Z (about 1 year ago)
- Last Synced: 2023-10-16T19:45:10.733Z (about 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UGDM: Universal GIT Dependency Manager
UGDM is a dependency manager that uses only GIT to install packages, independently of the language### Installing
- Clone the repository;
- Change the current directory to repository's folder;
- Install globally with **npm**;
```shell
git clone https://github.com/thiagofleal/ugdm.git
cd ugdm
npm i -g .
```### Check if UGDM is installed
Use terminal/command prompt:
```shell
ugdm --version
```### Using
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