2019-05-14 03:45:59 +00:00
|
|
|
# Install
|
2019-05-15 03:20:16 +00:00
|
|
|
Using go >= 1.12 so we have go modules.
|
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
|
2019-05-15 03:20:16 +00:00
|
|
|
$ ./tideliftcli scan ~/test/good_fixtures
|
|
|
|
yarn.lock, Gemfile, subdir/requirements.txt, 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
|