Skip to content

Halleck45/oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS

Tool for managing Open Source assets.

Why ?

Managing Open Source assets is a hard task in any project ; we often download awesome librairies, images or medias, but where to keep trace of all theses files ? How can I manage Open Source licenses of medias in my project ?

That's the problem oss try to resolve today.

simple overview of oss

Installation

Download the binary for your platform from the latest release.

Usage

On first run, please execute

oss init

Then, you can use the following commands:

  • oss status: list assets of the project
  • oss add <license> <file> [<description>]: register new file
  • oss rm <file>: unregister file
  • oss show <file>: display information about the given file

Or to get information about SPDX licenses :

  • oss licenses: list available licenses (base on the SPDX license list)
  • oss search <expression>: Search licenses matching expression
  • oss update: update SPDX license list

Keep in mind that the license identifier should be registered in SPDX License list

Copyright

MIT License. Copyright (c) Jean-François Lépine. See LICENSE for details.

Contributing

Cf. CONTRIBUTING.md

Remember to keep tests up to date (and, of course, to run them with make test)

About

Tool for managing Open Source assets

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published