Skip to content

Commit

Permalink
Improve docs about how to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 3, 2024
1 parent f8bf083 commit 9fd481e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
```console
> nix develop
(prepared bash)
> dprint --version
> task help
task: [help] task --list-all
task: Available tasks for this project:
* bench:
* check:
...
```

## Note for develop

Map index in pipe: https://github.com/PowerShell/PowerShell/issues/13772
Formatte, but not CLI - https://github.com/PowerShell/PSScriptAnalyzer
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ tasks:
setup:
cmds:
- pwsh -File ./tools/setup.ps1
bench:
cmds:
- pwsh -File ./tools/benchmark.ps1
deps:
cmds:
- pwsh -File ./tools/deps.ps1
help:
cmds:
- task --list-all

0 comments on commit 9fd481e

Please sign in to comment.