Don't use ORM boilerplate
This commit is contained in:
parent
0d0c0539d0
commit
1c9aa76d89
1 changed files with 3 additions and 2 deletions
|
@ -125,8 +125,9 @@ class InitCommand extends Command {
|
|||
|
||||
print('Choose a project type before continuing:');
|
||||
|
||||
var boilerplate = prompts.choose(
|
||||
'Choose a project type before continuing', boilerplates);
|
||||
var boilerplate = basicBoilerplate;
|
||||
// var boilerplate = prompts.choose(
|
||||
// 'Choose a project type before continuing', boilerplates);
|
||||
|
||||
print(
|
||||
'Cloning "${boilerplate.name}" boilerplate from "${boilerplate.url}"...');
|
||||
|
|
Loading…
Reference in a new issue