diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Spandx +# Spandx  A ruby API for interacting with the https://spdx.org software license catalogue. This gem includes a command line interface to scan a software project for the @@ -7,7 +7,19 @@ software licenses that are associated with each dependency in the project. The offline cache allows spandx to perform a truly airgap friendly scan of software projects. - +### Supported project types + +Spandx can work with following language's package managers. It utilises lock files generated by package managers to find dependencies. + +| Language | Package Manager | Tested in | +| ------------ | --------------- | -------:| +| Ruby | bundler | 1.17.3 | +| Js | Npm | 6.13.4 | +| Js | Yarn | 1.19.1 | +| Python | Pypi | <> | +| C# | nuget | <> | +| Java | Maven | 3.6.3 | + ## Installation |
