SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.29k stars 1.3k forks source link

Extract demo module for testing in isolation from the repo setup #1570

Closed SBoudrias closed 1 month ago

SBoudrias commented 1 month ago

Trying to get a end-to-end test with the packages.

Thinking is to rewrite @inquirer/demo in Typescript, and extract it in a github action to ensure it works as expected in isolation from the repo setup.