Socket
Socket
Sign inDemoInstall

nautilist-generator

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nautilist-generator

A CLI generator for creating static sites from Nautilist formatted yaml


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 11 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc