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