0.1.1 • Published 9 years ago
wellcome-landing-page-generator v0.1.1
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-generatorUsage
- 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