Skip to content

Commit

Permalink
chore(CLI-create): todo for improve create command performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 9, 2021
1 parent 42e4c0c commit 399a7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class CreateCommand extends BaseCommand {
} else if (templateAction === 'simple') {
// git clone simple boilerplate from GitHub
const gitCommand = 'git';
// TODO: Perf: only clone latest commit for simple boilerplate
const gitArgs = [
'clone',
'https://github.com/sabertazimi/boilerplate',
Expand Down

0 comments on commit 399a7dc

Please sign in to comment.