CLI 0.10.0
·
75 commits
to master
since this release
Pingy CLI now supports custom scaffolds!
See: #35.
Usage: scaffold [options] <url>
Scaffold a new website using a third-party project template
Options:
--yarn Use Yarn instead of NPM for installing packages
--global-pingy Don't install local version of Pingy CLI, use global version instead
-h, --help output usage information
<url>
can be:
- Git URL:
https://github.com/pingyhq/pingy-scaffold-bootstrap-jumbotron.git
- Shorthand GitHub URL:
pingyhq/bootstrap-jumbotron
- Filesystem path:
/Users/dave/code/pingy-scaffolds/bootstrap-jumbotron
So a typical scaffold command would be pingy scaffold pingyhq/bootstrap-jumbotron
If you are interested in creating your own scaffold then here are some instructions. You can also join me in the new Gitter chat channel for some help. I've also created a reference scaffold: bootstrap-jumbotron.
npm install --save-dev @pingy/cli@0.10
to update/install local versionnpm install --global @pingy/cli@0.10
to update/install global version