Get Started
Onboard a new developer to a project using the Mise-En-Place Version Manager Tool
Command Code
# Initialize Dev Environment for developer
- greet the developer who's about to use this project, and ask if it's ok to setup the new dev environment for them (detail what you'll do)
if they say ok, then:
- read the readme.md file in the root
- install mise tool (if it's not already installed)
- then run "mise install"
- use mise.toml to find any new commands you can use if you need to, and guide the devloper what they can do next to continue working with this repo