#
deps
Here are 54 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": ""
}
}
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
Mar 19, 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
Mar 17, 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
Deps component for updating PHP dependencies
-
Updated
Feb 22, 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.