An open API service indexing awesome lists of open source software.

https://github.com/zerotohero-dev/fizz-html-gen

Generates FizzBuzz Pro’s HTML pages by walking on the source code repo.
https://github.com/zerotohero-dev/fizz-html-gen

Last synced: 4 months ago
JSON representation

Generates FizzBuzz Pro’s HTML pages by walking on the source code repo.

Awesome Lists containing this project

README

          

```text
\
\\,
\\\,^,.,,. Zero to Hero
,;7~((\))';;,,
,(@') ;)'))\;;', stay up to date, be curious: learn
) . ),(( ))\;,
/;',,/7),)) )) )\,,
(& )' (,((,((;( ))\,

```

## About

This project is to scratch my own itch in generating ’s
HTML from the source code folder. It has lots of custom business logic in it,
and thus it’s unlikely suitable for a general purpose use.

At any rate, feel free to use parts of it in your projects.

## Quick Start

* Execute `./hack/generate.sh`.
* Check out the `./dist/` folder.

## Dependencies

* A recent version of [`pygmentize`](https://pygments.org/docs/cmdline/)
* Go runtime.
* That should be mostly it.