Go to file
Tyrel Souza 34945e3003
add chdir so files are at root of dir
2019-05-16 08:47:19 -04:00
test start scan 2019-05-15 23:54:57 -04:00
.gitignore gomodules 2019-05-15 22:41:12 -04:00
LICENSE.txt add license 2019-05-15 22:41:12 -04:00
README.md starting config parsing 2019-05-15 22:41:12 -04:00
go.mod start scan 2019-05-15 23:54:57 -04:00
go.sum start scan 2019-05-15 23:54:57 -04:00
main.go start scan 2019-05-15 23:54:57 -04:00
manifests.go clean prefixes 2019-05-15 22:41:12 -04:00
manifests_test.go clean prefixes 2019-05-15 22:41:12 -04:00
scan.go add chdir so files are at root of dir 2019-05-16 08:47:19 -04:00
scan_test.go start scan 2019-05-15 23:54:57 -04:00
tidelift_yml.go start scan 2019-05-15 23:54:57 -04:00
tidelift_yml_test.go api key check 2019-05-15 22:41:12 -04:00

README.md

Install

Using go >= 1.12 so we have go modules.

$ go get
$ go build
$ go test
$ ./tideliftcli scan ~/test/good_fixtures
  yarn.lock, Gemfile, subdir/requirements.txt, a/b/c/d/e/f/g/requirements.txt

Deps

https://github.com/urfave/cli https://github.com/bmatcuk/doublestar https://github.com/stretchr/testify