A inquirer plugin for input chalk-pipe style strings
npm install inquirer-chalk-pipe


A inquirer plugin for input chalk-pipe style strings

``bash`
$ npm install inquirer-chalk-pipe
`javascript``
inquirer.registerPrompt('chalk-pipe', require('inquirer-chalk-pipe'));
Here is example.
- chalk-pipe - Create chalk style schemes with simpler style strings
- inquirer - A collection of common interactive command line user interfaces
MIT © LitoMore