basalt
basalt copied to clipboard
The rock-solid Bash package manager.
- Make sure transitive dependencies are shown - Maybe have option for customizing the format like `find`, `date`, etc.
- makes any errors with the initialization less ambiguous (sometimes `eval` can be funny with line numbers). - remove code duplication with bundle feature For example, before: ```sh eval "$(basalt-package-init)"...
```sh $ basalt run woof get-version core:deno Info: Running /home/edwin/groups/version-manager/woof/pkg/bin/woof ... ``` To many colors when executing `basalt run`. Use gray like `npm`.
`depenedncies:[ /storage/ur/storage_home/Docs/Programming/repos/Groups/Bash/woof']` creates a fatal error
For example, with the following ```sh /home/edwin/.dots/.home/Documents/Programming/repos/Groups/Bash/hookah/pkg/src/bin/hookah.sh: line 10: core.init: command not found ``` And then, after running `basalt install` in `Bash/hookah`, everything works as expected
Something like `sudo -E ./pkg/bin/ndkms add ./tests/module add ./tests/module` needs to work