25 lines
466 B
Markdown
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
|
|
```
|