Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove question from generator #263

Closed
blackfalcon opened this issue Nov 9, 2021 · 0 comments · Fixed by #265
Closed

Remove question from generator #263

blackfalcon opened this issue Nov 9, 2021 · 0 comments · Fixed by #265
Assignees
Labels
Type: Feature New Feature
Milestone

Comments

@blackfalcon
Copy link
Member

I'd like to move to a npx solution for the generator. When we do so, we can remove this question.

{
type: 'confirm',
name: 'generatorVersion',
message: `Please confirm you have the latest version installed v${latestPublishedVersion}`,
when: function (answers) {
return !readDocs('generatorVersion')(answers);
},
},

@blackfalcon blackfalcon added Type: Breaking Change not-reviewed Issue has not been reviewed by Auro team members labels Nov 9, 2021
@blackfalcon blackfalcon added this to the v4.0-rc milestone Nov 9, 2021
@blackfalcon blackfalcon modified the milestones: v4.0-rc, v3.11-rc Nov 10, 2021
@blackfalcon blackfalcon added Type: Feature New Feature and removed not-reviewed Issue has not been reviewed by Auro team members labels Nov 11, 2021
@blackfalcon blackfalcon mentioned this issue Nov 11, 2021
8 tasks
@blackfalcon blackfalcon self-assigned this Nov 11, 2021
@blackfalcon blackfalcon linked a pull request Nov 11, 2021 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant