2019-05-14 03:45:59 +00:00
|
|
|
# Install
|
2019-05-14 17:22:23 +00:00
|
|
|
Using go >= 1.12
|
2019-05-14 03:45:59 +00:00
|
|
|
|
|
|
|
```
|
2019-05-14 17:22:23 +00:00
|
|
|
$ go get
|
2019-05-14 03:46:32 +00:00
|
|
|
$ go build
|
|
|
|
$ go test
|
|
|
|
$ ./tideliftcli scan ~/test
|
|
|
|
test/fixtures/yarn.lock, test/fixtures/Gemfile, test/fixtures/subdir/requirements.txt, test/fixtures/a/b/c/d/e/f/g/requirements.txt
|
2019-05-14 03:45:59 +00:00
|
|
|
```
|
|
|
|
|
2019-05-14 04:04:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
Deps
|
|
|
|
|
|
|
|
https://github.com/urfave/cli
|
|
|
|
https://github.com/bmatcuk/doublestar
|
|
|
|
https://github.com/stretchr/testify
|