mise-environment-management
Installation
SKILL.md
Mise - Environment Management
Managing environment variables, project settings, and directory-specific configuration with Mise.
Basic Environment Variables
Defining Environment Variables
# mise.toml
[env]
NODE_ENV = "production"
DATABASE_URL = "postgresql://localhost/myapp"
API_KEY = "development-key"
LOG_LEVEL = "info"