module.exports = {
build: require('./commands/build'),
init: require('./commands/init'),
start: require('./commands/start')
};