Mist
Note: Since Mist is in the beta phase, it might not be completely stable yet. Please report all bug reports and suggestions by opening an issue.
⚒️
Usage
Execute the init command to create a mist.toml
mist --init
Configure the mist.toml file to add and remove commands
All commands must be specified under the
scripts
table and every command must be an array of strings
Example -
[features]
envload = true
[scripts]
run = ["python main.py"]
dev = ["tsc","node dist/index.js"]
fmt = ["cargo fmt"]
deploy = ["docker-compose --build"]
Execute the commands using Mist
mist dev
This will execute the respective command(s) in order
Features
Features are a core part of Mist which act like plugins which can be enabled from the mist.toml file
Feel free to PR in a new feature if you think it will be useful
Features list
- envload
- Loads the environment variables from a .env file before a command is executed.
Join the support server for any help or support needed.
👏
Thank you
License
This project is licensed under the MIT License - see the LICENSE file for details.