-
Updated
Oct 10, 2021 - JavaScript
dependency-graph
Here are 194 public repositories matching this topic...
-
Updated
Oct 3, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Oct 3, 2021 - Kotlin
-
Updated
Oct 9, 2020 - TypeScript
Private github repos
It might be helpful to inform people in the guide some hints on setting up private repos such as github using the docker container.
git config --global url."https://$GITHUB_USERNAME:$GITHUB_PASSWORD@github.com".insteadOf /"https://github.com"
ls -l ~/.gitconfigdocker run -e -v $(pwd):/project \
-v ~/.gitconfig:/root/.gitconfig \
ort:latest --info an-
Updated
Sep 1, 2021 - PHP
-
Updated
Oct 4, 2017 - Ruby
-
Updated
Oct 10, 2021 - C++
-
Updated
Oct 6, 2021 - CMake
-
Updated
Jul 31, 2021 - Python
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Apr 4, 2021 - Python
-
Updated
Aug 13, 2021 - JavaScript
Right now argument validation and actually calling the subcommands is lumped together in one function:
This makes them impossible to unit-test and necessitates manual calls to eprintln_help() in multiple places instead of just one in main on any validation error.
We
-
Updated
Jun 19, 2021 - Kotlin
-
Updated
Aug 8, 2021 - Go
-
Updated
Sep 18, 2021 - Go
-
Updated
Oct 7, 2021 - Haskell
-
Updated
Mar 25, 2021 - Python
CRAN release?
@bburns632 @jayqi it's been a bit over a year since we did a release to CRAN. Want to do one?
I found myself using {pkgnet} this week to prep for a talk, and I really wanted the features from uptake/pkgnet#243, which I realize now never made it to CRAN.
If you're open to spending a little time on {pkgnet}, I'd also be happy to submit PRs for the warnings on https
-
Updated
Aug 30, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Sep 30, 2021 - Go
-
Updated
Oct 10, 2021 - Coq
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jan 24, 2020 - Go
Improve this page
Add a description, image, and links to the dependency-graph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-graph topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
If some package is restricted to use, there is should be a possibility to specify some analogs
Describe the solution you'd like
Add
analoganddescriptionfields to package target