0.1.1 • Published 8 years ago

wellcome-landing-page-generator v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Wellcome Landing Page Generator

Generates a simple Wellcome-branded HTML landing page with a list of links. Here's an example JSON file.

Requirements

node 7.6.0+

npm

Installation

npm install -g wellcome-landing-page-generator

Usage

  • pipe in/out
cat mydata.json | wellcome-landing-page-generator > mylandingpage.html
  • pipe from echo
echo '{ "title": "My Landing Page", "standfirst": "Hello there, general Kenobi!"}' | wellcome-landing-page-generator > mylandingpage.html
  • specify input JSON file and output HTML file
wellcome-landing-page-generator --json mydata.json --output test.html