initial commit

This commit is contained in:
pi
2026-04-10 23:10:09 +01:00
commit 40d9aee6a1
7 changed files with 5158 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# pi-question
`pi-question` is a Pi extension package that provides a multi-question interactive choice flow with built-in support for a final free-text “Something else…” answer.
## Install
Use it as a local package root today:
```bash
pi install /absolute/path/to/question
```
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
```