tunica / tunica

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:C# 100.0%