basalt icon indicating copy to clipboard operation
basalt copied to clipboard

The rock-solid Bash package manager.

Results 21 basalt issues
Sort by recently updated
recently updated
newest added

- Make sure transitive dependencies are shown - Maybe have option for customizing the format like `find`, `date`, etc.

enhancement

- 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

bug

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

bug

Do this in "transform" stage

enhancement

Something like `sudo -E ./pkg/bin/ndkms add ./tests/module add ./tests/module` needs to work