Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Pittman committed Oct 18, 2019
1 parent 5732625 commit 2caab0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const command = cli.input[0];

switch (command) {
case 'scaffold':
console.log('scaffold');
copyTemplate(pascalcase(cli.flags.type), pascalcase(cli.flags.name));
break;

Expand Down

0 comments on commit 2caab0b

Please sign in to comment.