0.2.4 • Published 2 years ago

@shopify/spin-web v0.2.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Spin Web

A web interface for spin instance status.

Developer Environment Setup

spin up spin-web,shopify
spin code

Release instructions

  1. On main, bump the package version in package.json. Choose a semver version using standard semver rules.
  2. Create a tagged release with this new version by running git tag ${VERSION}, where ${VERSION} is the number you chose before prefixed by v. For example, git tag v0.2.1.
  3. Run git push --tags.
  4. Publish via shipit

Contributing

All contributions are welcome! :heart:

It's worth noting that the application is intended to be read only. For instance, starting and stopping services is out of scope for this project. Those operations can be done from the vscode plugin or the instance itself.