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(generators): Final tweaks to the generators #3060

Merged
merged 9 commits into from
Feb 17, 2023
Merged

Conversation

daffl
Copy link
Member

@daffl daffl commented Feb 15, 2023

This pull request fixes some last remaining things with the generated app and tries to make the steps and everything the generator does more explicit and adds some more descriptive hints in the prompts.

  • npm create feathers will now create a minimalist Feathers application and allows to pick if you want to generate a client or not. You are able to pick if a client should be generated and if you want to use a schema at all (though not recommended)
  • npm create authentication needs to be called explicitly after generating the application
  • Separate user and service schema templates were consolidated into a single template. It makes the template a little more complex but easier to just change everything in one spot.

@netlify
Copy link

netlify bot commented Feb 15, 2023

Deploy Preview for feathers-dove canceled.

Name Link
🔨 Latest commit 00c67d0
🔍 Latest deploy log https://app.netlify.com/sites/feathers-dove/deploys/63efaf581c07eb00086124fd

@daffl daffl changed the title fix(generators): Final tweaks to the generators feat(generators): Final tweaks to the generators Feb 16, 2023
Copy link
Member

@marshallswain marshallswain left a comment

Choose a reason for hiding this comment

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

:shipit:

@daffl daffl merged commit 1bf1544 into dove Feb 17, 2023
@daffl daffl deleted the cli-final-tweaks branch February 17, 2023 17:08
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.

None yet

2 participants