Categorygithub.com/zenginechris/devx
module
0.1.2
Repository: https://github.com/zenginechris/devx.git
Documentation: pkg.go.dev

# README

DevX

FOSSA Status

DevX is an opinionated way for local development of projects running on kubernetes. The idea is to have a tool that makes it easy to build a service and run it in a local installation of a project.

Workflow

First you have to creat one or more projects by runnig this command:

devx create <name>

You can list all of your projects with

devx list

Next you can set the build context of a project with:

devx <name> context

This will set the current folder as the build context for the project. You can also set the context by providing a path to the command like so:

devx <name> context <path>

Install (MacOS with brew)

Dependencies

Colima

brew intstall colima

STOW

berw install stow

Create a LimaVW with Colima

You can customize this to match your needs. The only thing that is important is the docker runtime.

colima start --cpu 8 --memory 26 --disk 50 --vm-type=vz --vz-rosetta --runtime docker --kubernetes

License

FOSSA Status

# Packages

No description provided by the author
No description provided by the author
No description provided by the author