Geno
Geno is a small and opinionated static site generator for easily generating a simple site for your NPM projects based on the project's package.json
file.
Believe it or not, but this site is actually generated with it. How meta!
The annotated source code is available.
Information
- Version: 0.1.8
- Author: Ellen Gummesson
- License: MIT
- Repository: git
- Registry: geno
- Keywords: builder, generator, html, static
- Dependencies: fs-extra, nunjucks
Installation
npm install -g geno
All you have to do after the installation is to run the following in the root directory of your project:
geno
BOOM! Your project site has been generated.
Usage
Adding a geno.json
in your project's root directory will enable you to add some additional information to your site.
For more information, go to the source code repository.