There was an error while loading. Please reload this page.
From v0.10, Pingy CLI now includes support for custom scaffolds.
v0.10
pingy-scaffold.json
In a static pingy scaffold only one file is mandatory, pingy-scaffold.json. The file has the following keys:
name
description
web
dependencies
devDependencies
pingyJson
files
[{input, output, vars, includes}]
You will need to read more about the scaffold options object here.
You can test the scaffold using pingy scaffold <path to your scaffold folder>. Read this wiki doc for more information about passing alias/url/paths to the scaffold command.
pingy scaffold <path to your scaffold folder>
Take a look at the example repo for bootstrap-jumbotron: https://github.com/pingyhq/pingy-scaffold-bootstrap-jumbotron.
bootstrap-jumbotron
You may also scaffold a site from the example repo using pingy scaffold pingyhq/bootstrap-jumbotron.
pingy scaffold pingyhq/bootstrap-jumbotron