mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Enhance onboard message CLI
This commit is contained in:
parent
c2df2ae393
commit
5d4c134846
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user