2024-03-15 19:07:47 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
mise: update to 2024.3.2. Changes:
- fix(task): document task.hide
- fix: watch env._.source files
- fix: prepend virtualenv path rather than append
- feat(task): add option to show hidden tasks in dependency tree
- fix(npm): mise use -g npm:yarn@latest installs wrong version
- fix(go): go backend supports versions prefixed with 'v'
- Update rust dependencies
- Update softprops/action-gh-release action to v2
pkgsrc changes:
- Install shell completions
|
2024-03-05 07:04:18 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
mise: update to 2024.3.1. Changes:
- Tiny grammar fix
- fix(java): sdkmanrc zulu JVMs are missing in mise
- Update rust dependencies
|
2024-03-02 20:22:55 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Add mise: Polyglot tool version manager like asdf
mise (pronounced "meez") or "mise-en-place" is a development \
environment
setup tool. The name refers to a French culinary phrase that roughly
translates to "setup" or "put in place". The idea is that \
before one
begins cooking, they should have all their utensils and ingredients
ready to go in their place.
mise does the same for your projects. Using its .mise.toml config file,
you'll have a consistent way to setup and interact with your projects no
matter what language they're written in.
|