Skip to content

Depotify optimizes access to software packages by working specifically with the releases of GitHub projects. This package manager uses the GitHub API to specifically access the published releases within the GitHub repositories.

Notifications You must be signed in to change notification settings

philipstuessel/depotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depotify

Github

jap i depotify

Depotify optimizes access to software packages by working specifically with the releases of GitHub projects. This package manager uses the GitHub API to specifically access the published releases within the GitHub repositories. Users can thus directly download the stable versions of software and their dependencies, which increases the reliability and security of the development environments. By focusing on releases, Depotify avoids common problems that can be associated with accessing running or unfinished code versions. This approach makes Depotify particularly suitable for developers who value stable and tested software versions.


require package

depotify require <owner/repo>

or with version example: <owner/repo>:1.2.4

uninstall package

depotify uninstall <owner/repo>

initialize depotify.json

depotify init

from depotify.json packages install

depotify install

update all packages

depotify update

list all: require

depotify list

Function commands

show depotify version

depotify v

add the GitHub token

depotify gh token <token>

show your token

depotify gh token

clear cache

depotify clear:cache

About

Depotify optimizes access to software packages by working specifically with the releases of GitHub projects. This package manager uses the GitHub API to specifically access the published releases within the GitHub repositories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published