mirror of
https://github.com/nsnail/dot.git
synced 2025-04-14 09:32:49 +08:00
4 lines
330 B
PowerShell
4 lines
330 B
PowerShell
jb cleanupcode --no-build --include =$( $( git status --porcelain | Where-Object { $_ -match "^\s*[MA]" } | ForEach-Object { $_.TrimStart(" M").TrimStart(" A") } ) -join ";" ) ../Dot.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 ../ |