KariIndexer.Net 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package KariIndexer.Net --version 1.0.11
NuGet\Install-Package KariIndexer.Net -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KariIndexer.Net" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KariIndexer.Net --version 1.0.11
#r "nuget: KariIndexer.Net, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KariIndexer.Net as a Cake Addin
#addin nuget:?package=KariIndexer.Net&version=1.0.11

// Install KariIndexer.Net as a Cake Tool
#tool nuget:?package=KariIndexer.Net&version=1.0.11

<div id="top" />

Contributors Forks Stargazers Issues MIT License

<br /> <div align="center"> <a href="https://github.com/karafra/html-indexer"> <img src="img/logo.png" alt="Logo" width="80" height="80"> </a>

<h3 align="center">Kari indexer</h3>

<p align="center"> Simple folder indexer with html output <br /> <a href="https://github.com/karafra/html-indexer/wiki"><strong>Explore the docs ยป</strong></a> <br /> <br /> <a href="https://github.com/karafra/html-indexer/issues">Report Bug</a> ยท <a href="https://github.com/karafra/html-indexer/issues">Request Feature</a> </p> </div>

<details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#getting-started">Getting Started</a> <li><a href="#installation">Installation</a></li> </li> <li><a href="#usage">Usage</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> </ol> </details>

About The Project

<div align="center">

Product Name Screen Shot

</div>

Simple folder indexer with html output file, very simple and highly customizable. <p align="right">(<a href="#top">back to top</a>)</p>

Built With

<p align="right">(<a href="#top">back to top</a>)</p>

Getting Started

Installation

  1. Install package
    $ dotnet add <Project> package KariIndexer.Net 
    
  2. Enjoy ๐Ÿ˜Š

<p align="right">(<a href="#top">back to top</a>)</p>

Usage

public class Program
{
  public static async Task Main(string[] args)
  {
    var index = new IndexContext("../../img/", "index.html");
    await FolderIndexer.CreateWriter(index).GenerateIndex();
  }
}

For more examples, please refer to the Documentation

<p align="right">(<a href="#top">back to top</a>)</p>

Roadmap

  • Coverage
  • Add CLI module

See the open issues for a full list of proposed features (and known issues).

<p align="right">(<a href="#top">back to top</a>)</p>

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

<p align="right">(<a href="#top">back to top</a>)</p>

License

Distributed under the Apache 2.0 License. See license for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

Contact

Your Name - @karafra - dariusKralovic@protonmail.com

Project Link: https://github.com/karafra/html-indexer

<p align="right">(<a href="#top">back to top</a>)</p>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 442 3/18/2022
1.1.0 411 3/18/2022
1.0.11 409 3/18/2022
1.0.10 385 3/18/2022
1.0.9 409 3/18/2022
1.0.8 403 3/18/2022