0.0.3 ⢠Published 6 years ago
listbucket-generator v0.0.3
listbucket-generator
A node.js commandline generator tool for generating static sites with Listbucket formatted YAML

Install
Install the commandline tool by running the following
npm i -g listbucket-generatorUsage
validate
listbucket-generator validate my-super-list.yamlValidate your
.yamlfile
generate
listbucket-generator generate my-super-list.yamlGenerate a static HTML site with using the
.yamllist 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
/examplesdirectory 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