forked from mcoops/deplist
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -21,9 +21,6 @@ On Fedora: | |
$ dnf install golang-bin yarnpkg maven rubygem-bundler ruby-devel gcc gcc-c++ npm | ||
``` | ||
|
||
|
||
Also supports `rbenv`. Any ruby versions installed with `rbenv` will be used as backups from starting with system ruby (if available), and then from newest to oldest. | ||
|
||
## Command Line | ||
|
||
### Build from source | ||
|
@@ -44,6 +41,19 @@ pkg:npm/[email protected] | |
... | ||
``` | ||
|
||
Verbose/debug output: | ||
|
||
```bash | ||
deplist -debug ./test/testRepo/ | ||
DEBU[0000] Checking ./test/testRepo/ | ||
DEBU[0000] GetRubyDeps test/testRepo/Gemfile | ||
DEBU[0000] Running env [--chdir=test/testRepo ruby /tmp/gemfile-parser.rb927489446 .] | ||
DEBU[0000] GetGoPkgDeps test/testRepo/Gopkg.lock | ||
DEBU[0000] GetGlideDeps test/testRepo/glide.lock | ||
DEBU[0000] GetGolangDeps test/testRepo/go.mod | ||
... | ||
``` | ||
|
||
## API | ||
|
||
The api functions as follows: | ||
|
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