Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

nautilist/nautilist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nautilist-generator

A node.js commandline generator tool for generating static sites with Nautilist formatted YAML

Get the package on NPM

Generator Image

Install

Install the commandline tool by running the following

npm i -g nautilist-generator

Usage

validate

nautilist-generator validate my-super-list.yaml

Validate your .yaml file

generate

nautilist-generator generate my-super-list.yaml

Generate a static HTML site with using the .yaml list you created

This will produce an index.html file inside of a folder with the name of the list you've created. If you are generating from my-super-awesome-list, then you'll get: e.g. my-super-awesome-list/index.html

Examples

Check the /examples directory for examples of what happens when you run the generator on your list

👉 Examples folder here

Features (forthcoming, not yet implemented 🌴)

Some features that are forthcoming

Live Reload

As you're editing your yaml, update the view in the browser

Markdown to YAML Converter

Convert markdown to YAML

Create a MultiList from multiple SingleList lists

Mash a bunch of SinleList lists into a MultiList

About

A node.js commandline generator tool for generating static sites from structured lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published