Skip to content

Update README.md #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

# contains-oss - How To Use

`contains-oss` is a Java tool to examine binary Java artifacts (e.g., *.jar, *.ear, *.war, *.class, etc)
to count the lines of code they contain, and to classify and tally each line of code as either
"Externally Developed" (a.k.a. open-source) or "Internally Developed" (a.k.a. proprietary
in-house code).
`contains-oss` is a Java tool that examines binary Java artifacts (e.g., *.jar, *.ear, *.war, *.class, etc),
counts the lines of code, and classifies each line of code as either "Externally Developed" (a.k.a. open-source)
or "Internally Developed" (a.k.a. proprietary in-house code).

```
java -jar contains-oss-2022.02.23.jar <path-to-analyze>
Expand Down