-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add form cli #255
Add form cli #255
Conversation
@@ -27,9 +27,11 @@ | |||
}, | |||
"homepage": "https://github.com/aws-amplify/cli#readme", | |||
"dependencies": { | |||
"@aws-amplify/backend-output-schemas": "^0.2.0-alpha.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cli needs to know this? that's odd.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It probably shouldn't directly import that package in the long run, but we can leave that refactor for our future selves :)
@@ -27,9 +27,11 @@ | |||
}, | |||
"homepage": "https://github.com/aws-amplify/cli#readme", | |||
"dependencies": { | |||
"@aws-amplify/backend-output-schemas": "^0.2.0-alpha.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It probably shouldn't directly import that package in the long run, but we can leave that refactor for our future selves :)
* feat: add form cli --------- Co-authored-by: Edward Foyle <[email protected]> Co-authored-by: Amplifiyer <[email protected]>
Issue #, if available:
Description of changes:
Adds a command line interface for form generation.
This command generates models in
src/graphql
, and UI Forms insrc/ui-components
.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.