diff options
| author | Can Eldem <eldemcan@users.noreply.github.com> | 2020-04-07 11:24:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-07 11:24:42 +0100 |
| commit | 95ceaa840d93774e5f31500a0308c3b2a2b7caa6 (patch) | |
| tree | 2c27f3eb83633037d6b1dff68dfc419f1eda8996 | |
| parent | cb7831527cb3d6ae10fd22d09059db51e575172c (diff) | |
add table for supported languages
Python, C# languages need version
| -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 |
