support/src/content/types/index.md
To simplify the process of creating prompts for any purpose, a handful of low-level "starter" classes are provided to serve as a starting point for creating prompts that expect a specific type of response from users.
These "starter" classes are:
const BooleanPrompt = require('{%= name %}/lib/types/boolean');
// todo (simplest example for a custom boolean prompt we can think of)