export default { commander: { init: { description: 'Init project.' }, dev: { description: 'Starts the development server.' }, build: { description: 'Bundles the app into static files for production.' }, bundle: { description: 'Bundle to once file from entry.' }, preview: { description: 'Preview the app in production mode.' }, test: { description: 'Run all tests' }, docs: { description: 'Run docs' } } };