mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
improve help message
This commit is contained in:
parent
3890b4a38e
commit
e4bcdf7f12
@ -19,11 +19,11 @@ TemplateGenerator.prototype.generate = function(destinationFolder, name) {
|
|||||||
|
|
||||||
if (name === 'embark_demo') {
|
if (name === 'embark_demo') {
|
||||||
console.log('-------------------'.yellow);
|
console.log('-------------------'.yellow);
|
||||||
console.log('next steps:'.green);
|
console.log('Next steps:'.green);
|
||||||
console.log(('-> cd ' + destinationFolder + name).green);
|
console.log(('-> ' + ('cd ' + destinationFolder + name).bold.cyan).green);
|
||||||
console.log('-> embark blockchain or embark simulator'.green);
|
console.log('-> '.green + 'embark blockchain'.bold.cyan + ' or '.green + 'embark simulator'.bold.cyan);
|
||||||
console.log('open another console in the same directory and run'.green);
|
console.log('open another console in the same directory and run'.green);
|
||||||
console.log('-> embark run'.green);
|
console.log('-> '.green + 'embark run'.bold.cyan);
|
||||||
console.log('For more info go to http://github.com/iurimatias/embark-framework'.green);
|
console.log('For more info go to http://github.com/iurimatias/embark-framework'.green);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user