Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

Release candidate v2.6.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@slucero slucero released this 19 Oct 14:18
  • Incorporate changes in release v2.5.2
  • Remove Code Climate steps from generated pipeline.yml output
  • Only ouput relevant release steps in pipeline.yml

See ongoing generator development in pull request #289

Testing Instructions

Generating a new project

f1 init --next

or

npx -p yo -p generator-web-starter@next yo web-starter

As of right now, the manifest and Buildkite pipeline generators are not incorporated into the project creation generator, so they will need to be executed separately using the commands below.

Generating the project manifest file

This generator will run through a series of prompts to gather overall project details and allow for configuration of:

  • Git repositories
  • Deployment environments
  • Deployment workflows
npx -p yo -p generator-web-starter@next yo web-starter:manifest

Generating a Buildkite pipeline.yml file

Generation of the pipeline.yml file and related dependencies may be executed using this generator, but an existing project manifest file is required from a previous execution of the manifest generator as instructed above.

npx -p yo -p generator-web-starter@next yo web-starter:buildkite-pipeline