Releases: tmattio/spin
Releases · tmattio/spin
Release v0.4.6
Changed
- Redirect stderr to dev null when calling git commands.
Fixed
- Fix a wrong exit code when calling a generator that does not exist.
- Rename Homebrew formula to prevent duplication with existing
spin
formula. - Fix installation from NPM using
yarn
Release v0.4.2
Fixed
- Fix release artifacts on linux that was using darwin binaries.
Release v0.4.1
Changed
- Use master branch of
spin-templates
. - The template argument in
spin new
is not required. To use the minimal template, you can runspin new native
.
Fixed
- Use HTTPS instead of SSH to clone
spin-templates
. - Remove duplicated git clone logs.
Release v0.4.0
Added
- Create new projects from official templates with
spin new TEMPLATE
. - Create new projects from git repositories with
spin new TEMPLATE
. - Create new minimal projects with
spin new
when no argument is provided. - Generate new modules in existing Spin projects with
spin gen [GENERATOR]
. - List existing official templates with
spin ls
. - Install with Homebrew.
- Install with a bash script.