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:');
|
print('Choose a project type before continuing:');
|
||||||
|
|
||||||
var boilerplate = prompts.choose(
|
var boilerplate = basicBoilerplate;
|
||||||
'Choose a project type before continuing', boilerplates);
|
// var boilerplate = prompts.choose(
|
||||||
|
// 'Choose a project type before continuing', boilerplates);
|
||||||
|
|
||||||
print(
|
print(
|
||||||
'Cloning "${boilerplate.name}" boilerplate from "${boilerplate.url}"...');
|
'Cloning "${boilerplate.name}" boilerplate from "${boilerplate.url}"...');
|
||||||
|
|
Loading…
Reference in a new issue