{"library":"question-cache","type":"library","category":null,"description":"question-cache is a wrapper around inquirer for creating and reusing prompts in CLI applications, with support for caching answers and conditional questions. Version 0.7.0 is the latest stable release, though development appears to have slowed. Unlike raw inquirer, it provides a fluent API via .set() and .ask(), answer caching, and lifecycle hooks (ask/answer events). It depends on data-store for caching and uses inquirer2 by default.","language":"javascript","status":"maintenance","version":"0.7.0","tags":["javascript","answer","ask","cache","cli","command","command-line","console","create"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install question-cache","imports":["var Questions = require('question-cache'); new Questions();","var questions = require('question-cache')();","var q = require('question-cache')(); q.set('name', 'What is your name?');"]},{"cmd":"yarn add question-cache","imports":[]},{"cmd":"pnpm add question-cache","imports":[]}],"homepage":"https://github.com/jonschlinkert/question-cache","github":"https://github.com/jonschlinkert/question-cache","docs":null,"changelog":null,"pypi":null,"npm":"question-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}