Raphaël Beamonte
Raphaël Beamonte
This should: - Allow to check if binary files all have metadata, and allow to parameterize which metadata are mandatory (default: category, help) - Allow to check if the command's...
Among the helper git tooling that omni provides, we could add a builtin `stack` command to handle pull request stacking properly for github stuff. Commands could be, as suggested by...
URLs in the shape `https://github.com///tree//` could for instance work by automatically getting to the right repo if it exists, and to the right path in that repo. Maybe we could...
Similar to the `pip` parameter for the `python` operation, it feels like the handling of `bundler` should be done in the context of specific ruby versions. This should maybe be...
It could take `true` or a version number as value, and make sure that the specific npm version is installed.
It could take `true` or a version number as value, and make sure that the specific yarn version is installed.
This could be done by adding into https://github.com/XaF/homebrew-omni/blob/main/Formula/resources/omni.json a changelog field with the list of things that changed. Maybe moving to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) would also allow for easier/cleaner changelog generation,...
This was done for `python` and `golang`, it should be added for `ruby` too. This would also allow to avoid forcing vendoring for the `bundler` operation.