@zendeskgarden/tool-shed v0.1.1
Garden Tool Shed

:seedling: Garden is a design system for Zendesk
This repo contains a set of CLI scripts leveraged throughout Garden repositories for common tasks and CI automation.

Installation
npm install --save-dev @zendeskgarden/tool-shed... or for one-off execution
npx --package @zendeskgarden/tool-shed garden [command]Usage
All commands are available via the garden executable. Commands may be
chained so that the output from one command provides input to another. Each
command also provides a functional equivalent for programmatic usage. See
the individual command README for details.
garden github-branchgarden github-commitgarden github-deploygarden github-pagesgarden github-releasegarden github-repositorygarden github-tokengarden lerna-changeloggarden netlify-deploygarden netlify-site-idgarden netlify-token
Command environment variables may be provided by a project-level
.env file.
Contribution
Thanks for your interest in Garden! Community involvement helps make our design system fresh and tasty for everyone.
Got issues with what you find here? Please feel free to create an issue.
Community behavior is benevolently ruled by a code of conduct. Please participate accordingly.
License
Copyright 2020 Zendesk
Licensed under the Apache License, Version 2.0
6 years ago