A extension for Nova which integrates ShellCheck for static analysis of shell scripts in the Nova text editor.
The extension is developed in Typescript, which means it must be built before it can be opened.
npm run build
: builds the extensionnpm run test
: runs the testsnpm run lint
: runs all lintsnpm run fix"
: fixes any fixable linter errorsnpm run watch
: watches for changes, and rebuild the extension
If this extension benefits your professional workflow, and you have the means, perhaps you'd consider buying me coffee. https://www.buymeacoffee.com/ollylegg
Thanks!