wellcome-landing-page-generator

0.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i wellcome-landing-page-generator

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jakubfiala