mirror of
https://github.com/placeholder-soft/asdf-sui.git
synced 2026-01-12 15:14:14 +08:00
Generate asdf-sui plugin from template.
This commit is contained in:
4
scripts/format.bash
Executable file
4
scripts/format.bash
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
shfmt --language-dialect bash --write \
|
||||
./**/*
|
||||
9
scripts/lint.bash
Executable file
9
scripts/lint.bash
Executable 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 \
|
||||
./**/*
|
||||
Reference in New Issue
Block a user