Enhance onboard message CLI

This commit is contained in:
Makzimko 2018-06-07 11:59:38 +03:00
parent c2df2ae393
commit 5d4c134846

View File

@ -143,6 +143,12 @@ module.exports = (scope, cb) => {
logger.info('Your new application `' + scope.name + '` is ready at `' + scope.rootPath + '`.');
logger.info('We are almost there !!!');
logger.info('cd ' + scope.name);
logger.info('strapi start');
logger.info('Open your browser to locahost:1337');
logger.info('Enjoy your strapi project :)');
cb();
}
};