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

feat: Angular generator #386

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

maxime-urbanski
Copy link

@maxime-urbanski maxime-urbanski commented Jun 5, 2024

Q A
Branch? main
Tickets Closes #40
License MIT
Doc PR todo

@maxime-urbanski maxime-urbanski marked this pull request as draft June 5, 2024 09:16
testgen.sh Outdated
@@ -6,7 +6,7 @@ if [ $ENTRYPOINT ]; then
entrypoint="$ENTRYPOINT"
fi

gens="react react-native next vue vuetify nuxt quasar typescript"
gens="angular"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep tests for other generators, just add yours at the end of the list:

Suggested change
gens="angular"
gens="react react-native next vue vuetify nuxt quasar typescript angular"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just for development time. This will be rectified at final delivery

@dunglas dunglas changed the title create directories feat: Angular generator Jun 5, 2024
@maxime-urbanski maxime-urbanski force-pushed the feat/angular-generator branch from 2298678 to ca8f646 Compare June 5, 2024 14:53
@maxime-urbanski maxime-urbanski force-pushed the feat/angular-generator branch from 998c66a to 2aa4811 Compare June 21, 2024 10:19
@maxime-urbanski maxime-urbanski force-pushed the feat/angular-generator branch from 2aa4811 to 8a7abd3 Compare June 24, 2024 08:08
@maxime-urbanski maxime-urbanski force-pushed the feat/angular-generator branch from b35555d to 3fe3ef0 Compare June 24, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Angular generator
2 participants