projen aws cdk - the template for the construct
Photo by unsplash
cdk-construct

projen aws cdk - the template for the construct

A projen template for the cdk-hugo-pipeline construct 📦

  • Date: 13 Aug, 2023
  • Client: Open Source
  • Role: Developer

You find all the details in the linked post. Basically the reason to build projen template was

The setup had too many steps so I decided to wrap it into a projen template.

You can find the

TL;DR

Now you can set up your hugo-all-in-one with a single-line command 🎉

npx projen new \
    --from @mavogel/projen-cdk-hugo-pipeline@~0 \
    --domain example.com \
    --projenrc-ts

Feel free to provide feedback in the form of issues or pull requests.

Cheers