-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds dependency example and information
- Loading branch information
1 parent
51f96bd
commit f237a5a
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,15 @@ pack { | |
|
||
// dependency "demo_dep" { | ||
// alias = "demo_dep" | ||
// source = "git://source.git/packs/demo_dependency_pack" | ||
// source = "git://source.git/packs/demo_dep" | ||
// } | ||
|
||
// Declared dependencies will be downloaded from their source | ||
// using "nomad-pack vendor deps" and added to ./deps directory. | ||
|
||
// Dependencies in active development can by symlinked in | ||
// the ./deps directory | ||
|
||
// Example dependency source values: | ||
// - "git::https://github.com/org-name/repo-name.git//packs/demo_dep" | ||
// - "[email protected]:org-name/repo-name.git/packs/demo_dep" |