Tmattio Spin Versions Save

OCaml project generator.

v0.4.6

4 years ago

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

v0.4.2

4 years ago

Fixed

  • Fix release artifacts on linux that was using darwin binaries.

v0.4.1

4 years ago

Changed

  • Use master branch of spin-templates.
  • The template argument in spin new is not required. To use the minimal template, you can run spin new native.

Fixed

  • Use HTTPS instead of SSH to clone spin-templates.
  • Remove duplicated git clone logs.

v0.4.0

4 years ago

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.