Skip to content

Commit

Permalink
Extract devdependency printer
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 2, 2024
1 parent d79a03b commit d4c1b91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 1 addition & 9 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,4 @@ tasks:
- pwsh --Command 'Install-Module -Name PSScriptAnalyzer -Force'
deps:
cmds:
- nix --version
- nil --version
- task --version
- dprint --version
- typos --version
- pwsh --version
- pwsh --Command 'Get-InstalledModule'
- grep --version
- wc --version
- pwsh -File ./tools/deps.ps1
9 changes: 9 additions & 0 deletions tools/deps.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# nix --version - Excluded for Windows, nix targets onle Unix-like OS
nil --version
task --version
dprint --version
typos --version
pwsh --version
pwsh --Command 'Get-InstalledModule'
grep --version
wc --version

0 comments on commit d4c1b91

Please sign in to comment.