mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-07-02 05:28:16 +08:00
refactor: ♻️ 2.0 (#3)
This commit is contained in:
4
scripts/code.clean.ps1
Normal file
4
scripts/code.clean.ps1
Normal file
@ -0,0 +1,4 @@
|
||||
dotnet jb cleanupcode --no-build --include = $( $( git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") } ) -join ";" ) ../NSExt.sln
|
||||
dot rbom -w -e refs -e .git -e node_modules ../
|
||||
dot trim -w -e refs -e .git -e node_modules ../
|
||||
dot tolf -w -e refs -e .git -e node_modules ../
|
Reference in New Issue
Block a user