#
deps
Here are 55 public repositories matching this topic...
SeanTAllen
commented
Mar 13, 2021
See below:
~/tmp/foo ➜ corral add github.com/seantallen/lori.git --revision 0.0.1
~/tmp/foo ➜ cat corral.json
{
"packages": [],
"deps": [
{
"locator": "github.com/seantallen/lori.git",
"version": ""
}
],
"info": {
"description": "",
"homepage": "",
"license": "",
"documentation_url": "",
"version": "",
"name": ""
}
}
help wanted
Extra attention is needed
good first issue
Good for newcomers
needs investigation
This needs to be looked into before its "ready for work"
Install Clojure on Windows with Scoop
windows
clojure
powershell
clj
sh
scoop
jet
joker
bootleg
deps
shovel
scoop-bucket
clj-kondo
babashka
shovel-bucket
clojure-lsp
datalevin
-
Updated
May 14, 2022 - PowerShell
A utility for building ClojureScript-based React Native apps
-
Updated
May 31, 2019 - Clojure
Automatic Dependency Management Tools for JVM Languages
-
Updated
Jan 30, 2019 - Go
App starter & dependency manager for Tarantool application server
-
Updated
Nov 9, 2020 - Lua
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 16, 2022 - TypeScript
File dependency debugging tool for TypeScript projects
javascript
typescript
bundle
dependency-analysis
dependency-graph
dependencies
dependency-tree
imports
deps
dependencies-checking
entry-points
dependency-debuging
imports-debugging
imports-search
file-dependencies
imports-analysis
-
Updated
Apr 24, 2022 - TypeScript
Simple API for getting metadata from locally installed npm packages (in `node_modules`).
-
Updated
Feb 3, 2015 - JavaScript
A Clojure library that builds an embedded executable jar
-
Updated
Mar 10, 2022 - Clojure
-
Updated
Aug 25, 2018 - JavaScript
davegaeddert
commented
Feb 9, 2021
A new setting can be added called github_automerge. This would enable (or disable) the auto-merge option on a PR after it is created (or updated). At this point, it would need to use the GraphQL API because auto-merge isn't a part of the REST API yet:
https://docs.github.com/en/graphql/reference/mutations#enablepullrequestautomerge
The end of this function would be the place to start:
https
Dump NPM package dependencies to display packages with multiple versions.
-
Updated
Jun 1, 2020 - JavaScript
Parable DI is a no-nonsense dependency injection container.
-
Updated
Mar 12, 2021 - PHP
Improve this page
Add a description, image, and links to the deps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deps topic, visit your repo's landing page and select "manage topics."


Optional dependencies should not be treated as a "dependency" kind, of which there are only three -- regular, build, and dev. "Optional deps" should instead be handled as a boolean flag, which is what
cargodoes. A dependency can be both a build dependency and optional simultaneously, but currently cargo-deps will erase one of these.Optional dependencies can be displayed with a dashed line.