Minor CLI and README cleanup

This commit is contained in:
dcodeIO
2018-06-14 15:57:04 +02:00
parent e18165bbbc
commit c102fc9848
13 changed files with 208 additions and 113 deletions

View File

@ -8,11 +8,7 @@ if (process.argv.length < 3) printHelp();
function printHelp() {
console.log([
"Version " + version,
"Syntax: " + colors.cyan("asinit") + " [project directory]",
"",
colors.white("Sets up a new AssemblyScript project or updates an existing one."),
"",
"Sets up a new AssemblyScript project or updates an existing one.",
"For example, to create a new project in the current directory:",
"",
" " + colors.cyan("asinit") + " .",