0.8.0 • Published 1 year ago

ugdm v0.8.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

UGDM: Universal GIT Dependency Manager

UGDM is a dependency manager that uses only GIT to install packages, independently of the language

Installing

Via NPM

npm i -g ugdm

Via GIT Repository

git clone https://gitlab.com/thiagofleal/ugdm.git
cd ugdm
npm run build
npm link ugdm

Check if UGDM is installed

Use terminal/command prompt:

ugdm --version

Using

Avaliable commands:

  • ugdm init Initialize GIT dependencies

  • ugdm add name Add GIT dependency

  • ugdm remove name Remove GIT dependency

  • ugdm update name Update GIT dependency version

  • ugdm install Install GIT dependencies

  • ugdm build Generate shell script to install dependencies

  • ugdm set var value Set a script variable

  • ugdm unset var Unset a script variable

  • ugdm scope name url Set a scope name

  • ugdm unscope name Unset a scope name

0.8.0

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.3

2 years ago

0.3.0-b2

2 years ago

0.3.0-b1

2 years ago