initial commit
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user