DevLocal is a developer tool that allows teams to define local-only repository customizations that:
- Make a project runnable on a developer machine.
- Can be shared with the team through source control.
- Never accidentally get committed.
- Work across languages and frameworks.
- Require no changes to existing Git workflows.
The goal is to eliminate README instructions such as:
- Change port X to Y
- Disable mypy locally
- Update docker-compose for your machine
- Add local credentials
- Modify logging settings
and replace them with:
devlocal apply