mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support devpod #173

Closed mrlunchbox777 closed 4 months ago

mrlunchbox777 commented 5 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add devpod to the managed packages.

Why?

Devpod provides a way to ship a development environment with the code in a standardized configuration file.

What should happen?

Devpod should be a package in the index file.

Steps to Test

  1. jq '.packages[] | select(.name = "devpod")' resources/install/index.json should return the details for managing the devpod package

Code of Conduct

mrlunchbox777 commented 4 months ago

completed with https://github.com/mrlunchbox777/basic-setup/pull/174