
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
generator-playbook
Advanced tools
Playbook is a Yeoman generator for prototyping and building experiences. Jekyll is included for static site generation. Bourbon, Neat & Bitters are included to help you write CSS faster.
Gulp is used for compilation of Sass and CoffeeScript (optional). Bower is used for managing dependencies.
npm install -g generator-playbook
If you already have Playbook installed, please update before generating new projects to get the latest updates.
npm list -g generator-playbook # See your installed version
npm info generator-playbook dist-tags.latest # See the latest version
npm update -g generator-playbook # Update Playbook globally
Playbook will run bundle install
. If you would like to install the Playbook gems into a gemset, set that up before running yo playbook
.
mkdir project-name && cd project-name
yo playbook
Should you run into an error such as command yo not found
it may be related to a path issue when installing Node.js via Homebrew. Please refer to the top answer on this StackOverflow question.
Serve your source locally into your browser. BrowserSync automatically loads any changes to HTML, CSS and JavaScript that you make.
Build the concatenated, minified production version of your source into the dist
directory.
Deploy the production build of your source to GitHub Pages.
If you choose to deploy a GitHub User/Organization Page, your source must be tracked in a branch other than master
. User/Organization Pages serve the master
branch to users visiting your Page. For more information, please see the GitHub Pages Help.
FAQs
A Yeoman generator for prototyping and building experiences.
The npm package generator-playbook receives a total of 0 weekly downloads. As such, generator-playbook popularity was classified as not popular.
We found that generator-playbook demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.