Files
pi-dev-tools/README.md

29 lines
419 B
Markdown

# pi-dev-tools
`pi-dev-tools` is a Pi extension package that adds formatting-aware `edit` and `write` tools plus setup-suggestion tooling for project-local developer workflows.
## Install
Local path:
```bash
pi install /absolute/path/to/dev-tools
```
Git:
```bash
pi install https://gitea.rwiesner.com/pi/pi-dev-tools
```
## Resources
- Extension: `./index.ts`
## Development
```bash
npm install
npm test
```