Skip to content

battleoverflow/Jinzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jinzo

Jinzo is an abstraction and conversion library for converting HTML to numerous other formats.

This library is currently available on NuGet and can be installed using the dotnet

dotnet add package Jinzo --version 0.1.1

Usage

using Jinzo;

class Program {
    static void Main() {
        // Convert to another format
        Jinzo.Jinzo.Convert("<HTML>.html", "<OUTPUT>.ext");
    }
}

This project is currently in a very early stage with only the ability to convert HTML to TXT. More updates will hopefully be coming soon!

About

Jinzo is an abstraction and conversion library for converting HTML to numerous other formats.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages