Skip to content

Releases: appirio-digital/ezbake

v1.0.3

10 Oct 20:46
Compare
Choose a tag to compare

Overview

This release templatizes the file watching scheme. Whereas the prior versions had it hard-coded, we can now define them by convention in template.json for our source projects.

v1.0.2

10 Oct 19:36
Compare
Choose a tag to compare

Overview

The new assumption now is that the .env property is also just an array of inquirer questions, following the same pattern as the questions property. This truly decouples the utility from the tech platform.

v1.0.1

10 Oct 17:53
Compare
Choose a tag to compare

Overview

This minor release now expects the actual inquirer questions to be defined right on template.json versus having to maintain a list of acceptable questions in the codebase. This allows for more extendability and makes the tool loosely coupled from any type of project.

v1.0.0

10 Oct 17:38
Compare
Choose a tag to compare

Overview

This represents the first release of ads-baseline, the command line utility intended to quickly scaffold a templatized project.

Features

  • Platform agnostic: The source repo can be of any technology type
  • Low-fi conventions: Goes easy on crazy abstractions, hones in on what matters for ADS projects