Devhosts
Hosts file manager for development environments
Install command
brew tap tsukinoko-kun/tap
brew install tsukinoko-kun/tap/devhosts
Current version
0.0.0Platforms
macos
- x86_64
- ARM
linux
- x86_64
- ARM
README.md
DevHosts
Hosts file manager for development environments.
Create a file that contains a map of the hostnames you want to use in your development environment to the IP address of the server you want to use.
Then run devhosts
to update your hosts file.
You can choose the syntax of the file.
Supported formats are yaml
, toml
and json
.
Example
devhosts.yaml
---
example.com: 127.0.0.1