Files
pi-dev-tools/README.md
2026-04-10 23:11:54 +01:00

25 lines
466 B
Markdown

# pi-dev-tools
`pi-dev-tools` is a Pi extension package that adds formatting-aware `edit` and `write` tools plus a setup-suggestion tool for project-local developer tooling.
## Install
Use it as a local package root today:
```bash
pi install /absolute/path/to/dev-tools
```
After this folder is moved into its own repository, the same package can be installed from git.
## Resources
- Extension: `./index.ts`
## Development
```bash
npm install
npm test
```