Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

webpage

serapath3.6kMIT0.3.0

Webpage Boilerplate Component

boilerplate, webpage, component

readme

webpage

Webpage Boilerplate Component

`js var webpage = require('webpage'); var body = webpage({ // OPTIONAL // ... and more in the future (e.g. icon, og, ...) title : 'Foobar', description : 'foo bar baz', keywords : 'foo, bar, baz', author : 'quux baz', website : 'http://foo.bar.baz' });