polish: package manifest, README, exclude test files from npm pack
This commit is contained in:
10
README.md
10
README.md
@@ -1,16 +1,20 @@
|
||||
# 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.
|
||||
`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
|
||||
|
||||
Use it as a local package root today:
|
||||
Local path:
|
||||
|
||||
```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.
|
||||
Git:
|
||||
|
||||
```bash
|
||||
pi install https://gitea.rwiesner.com/pi/pi-dev-tools
|
||||
```
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user