initial commit

This commit is contained in:
pi
2026-04-10 23:11:54 +01:00
commit 54e2709828
32 changed files with 6148 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# 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
```