Skip to content

Commit

Permalink
Added link to mkpro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-hk committed Apr 6, 2020
1 parent 3b1f760 commit 63eeabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/mkpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function mkpro(name) {
exec(`sx mkdir ${name} && sx open ${name}`, { cwd: process.cwd() }, (error, stdout, stderr) => {
if (error) {
console.error(`exec error: ${error}`);
console.log('For `mkpro` docs visit https://synix-docs.netlify.com/ccc/commands.html#mkpro')
return;
} else {
console.log("Creating Project....");
Expand Down

0 comments on commit 63eeabd

Please sign in to comment.