Releases: pingyhq/pingy-cli
Releases · pingyhq/pingy-cli
CLI 0.10.4
This release contains a nicer scaffolding dialog and will abort without writing files (see #73, thanks @filtercake):
CLI 0.10.1
You can now pass a github token to Pingy CLI. This will help if you're rate limited on the Github API. Get a Github Personal Access Token here You can do this in two ways:
- Add
"githubToken"
key to your global config file at~/.config/configstore/@pingy/cli.json
:
{
"githubToken": "961990a44422b5a9b07279a1d7c70949c5fXXXXX"
}
- Create a
PINGY_GITHUB_TOKEN
environmental variable
export PINGY_GITHUB_TOKEN=961990a44422b5a9b07279a1d7c70949c5fXXXXX
You will need to set the token if you see this error:
CLI 0.10.0
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/[email protected]
to update/install local versionnpm install --global @pingy/[email protected]
to update/install global version
CLI 0.9.5
- Descendants of
script[type=module]
now cause a reload (#61) - Update express-autoprefixer (gustavnikolaj/express-autoprefixer#18)
CLI 0.9.4
CLI 0.9.3
- Fixed bug where export didn't respect
sourceMap: false
from .pingy.json. - Lots of 3rd-party dependency updates
CLI 0.9.2
- Bugix: Files didn't get scaffolded if you choose the 'same options as last time' option
- Lots of under-the-covers changes in preparation for custom scaffolds support
CLI 0.9.1
- Don't prompt for export folder name, just assume 'dist' (can still be configured in
.pingy.json
) - Remember last settings used and allow quick initialisation of new projects using existing settings
npm install --save-dev @pingy/[email protected]
to update/install local versionnpm install --global @pingy/[email protected]
to update/install global version
CLI 0.8.2
CLI 0.8.0
- Lots and lots of minor bug fixes
- End-to-end (command-line to browser) tests that work on Mac, Windows & Linux
- Autoprefixer CSS support (#9)
npm install --save-dev @pingy/[email protected]
to update/install local versionnpm install --global @pingy/[email protected]
to update/install global version