Skip to content
#

awesome-go

Here are 49 public repositories matching this topic...

1build
akhilbojedla
akhilbojedla commented May 17, 2020

Description

Currently, we have before and after life cycle hooks that get executed before and after all the specified commands are executed. However, In some scenarios, it might be the case that we also need more granular life cycle hooks within the scope of a single command.

project: Sample Web App
before: export VARNAME="my value"
after: unset VARNAME
commands:
   - build: 

Improve this page

Add a description, image, and links to the awesome-go topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the awesome-go topic, visit your repo's landing page and select "manage topics."

Learn more