Socket
Socket
Sign inDemoInstall

gestalt

Package Overview
Dependencies
2
Maintainers
4
Versions
2574
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

gestalt


Version published
Maintainers
4
Created

Readme

Source

Gestalt

Build status

Development

Install dependencies.

yarn

Start the development server:

yarn start

Visit http://localhost:8080/ and click on a component to view the docs.

Releasing

The following outlines our release process:

  • Checkout a new branch.
  • Bump package version in package.json.
  • Open a pull request with the new version and land that in master.
  • Once the version is bumped in master, checkout that commit locally.
  • Publish to NPM with npm publish.
  • Tag the commit with git tag v(NPM version).
  • Push the tag to the repository with git push upstream v(NPM version).
  • Draft a release from the tag and update the release notes at https://github.com/pinterest/gestalt/releases
  • Publish a new set of docs if necessary with ./scripts/ghpages.sh.

FAQs

Last updated on 21 Mar 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc