Generate asdf-sui plugin from template.

This commit is contained in:
Zitao Xiong
2024-03-30 16:39:31 +08:00
commit 78b1dd233a
21 changed files with 441 additions and 0 deletions

4
scripts/format.bash Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
shfmt --language-dialect bash --write \
./**/*

9
scripts/lint.bash Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
shellcheck --shell=bash --external-sources \
bin/* --source-path=template/lib/ \
lib/* \
scripts/*
shfmt --language-dialect bash --diff \
./**/*