Skip to content
/ tunica Public

Tunica is a .NET wrapper for askalono, a library and command-line tool to help detect license texts.

License

Notifications You must be signed in to change notification settings

tunica/tunica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tunica

Tunica is a .NET wrapper for askalono, a library and command-line tool to help detect license texts.

Usage

Tunica currently supports the crawl action, which discovers licenses in a specified directory:

using (var checker = new Tunica.Checker())
{
    var licenses = new checker.Crawl("C:\src");
    
    // Do something with the discovered licenses
}

Name

askalono means "shallot" in Esperanto, and tunica is the membrane that wraps around an onion.

About

Tunica is a .NET wrapper for askalono, a library and command-line tool to help detect license texts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages