Skip to content
/ devx Public
forked from ZengineChris/devx

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.

Notifications You must be signed in to change notification settings

fossabot/devx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.1%
  • Nix 5.8%
  • Shell 0.1%