UNPKG

ignite-router-flux

Version:

Infinite Red's hot boilerplate for React Native.

10 lines (7 loc) 349 B
// @cliDescription Deprecated - Use `list` module.exports = async function (context) { const { print } = context print.info(`Listview is now simply 'list' and supports multiple types of views.\n`) print.info(`Instead run: ${context.runtime.brand} generate list <name>\n`) print.info('This warning will be removed in a future release.') }