ignite-boilerplate-andross-typescript
Version:
Customized version of ignite Andross With TypeScript Support.
10 lines (7 loc) • 358 B
JavaScript
// @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.')
}