Builder for Single Page Websites on GitHub from Markdown source with custom HTML transformations.
npm install spwbRun a build with:
``JavaScript`
require('spwb').build({
contentDir: '
designDir: '
scriptDir: '
styleDir: '
siteDir: '
siteToken: '
siteUrl: '
});
Watch and build with:
`JavaScript``
require('spwb').watch({...});