enquirer-compat
v0.4.0
Published
A package for compatibility from Inquirer.
Readme
enquirer-compat
This package helps you switch from Inquirer to Enquirer without heavy code changes.
Usage
Install it:
npm i enquirer-compatChange your code like this:
- const inquirer = require('inquirer')
+ const inquirer = require('enquirer-compat')Don't forget to test your code after that.
Known Issues
Not all features of Inquirer are supported or implemented in Enquirer.
- NOT supports
rawlist,expand,editorprompts. - NOT supports separator.
License
MIT License (c) 2018-present Pig Fang
