import start from './lib/start';
import build from './lib/build';
import init from './lib/init';
import help from './lib/help';

export default {
  start,
  build,
  init,
  help,
  default: help,
};
