Edwin Kofler
Edwin Kofler
This updates the following: - Fixes miscellaneous spelling and styling - Github" to "GitHub" - Hyphens after every hyperlink (enforced by [awesome-lint](https://github.com/sindresorhus/awesome-lint)) - Uses the [recommended badges](https://github.com/sindresorhus/awesome/blob/main/awesome.md#awesome-badge) for awesome lists
I ran the repository through [awesome-lint](https://github.com/sindresorhus/awesome-lint), and I fixed the most actionable messages. They include: - Adding a table of contents - Correcting "StackOverflow" to "Stack Overflow" - Updating the...
```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
As exhibited by #229, it can be unclear which variables are an explicit part of the api surface. autoenv sets `AUTOENV_CUR_FILE` and `AUTOENV_CUR_DIR`, which can subsequently be used in scripts,...