enquirer-compat

0.4.0 • Public • Published

enquirer-compat

This package helps you switch from Inquirer to Enquirer without heavy code changes.

Usage

Install it:

npm i enquirer-compat

Change 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, editor prompts.
  • NOT supports separator.

License

MIT License (c) 2018-present Pig Fang

Readme

Keywords

none

Package Sidebar

Install

npm i enquirer-compat

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

4.18 kB

Total Files

6

Last publish

Collaborators

  • gplane