wellcome-landing-page-generator
v0.1.1
Published
generates a simple Wellcome-branded landing page with a list of links
Downloads
3
Readme
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