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

Simplify installation by providing tailwind & vite installation steps #10

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

skryukov
Copy link
Owner

@skryukov skryukov commented Aug 6, 2024

This PR improves installation generator:

  • option to install Vite Rails gem (--install-vite)
  • option to install Tailwind CSS (--install-tailwind)
  • option to install without interactivity (--no-interaction & --framework=react|vue|svelte)
  • option to skip example page generation (--no-example-page)
  • option to choose package manager (--package-manager=yarn|npm|bun)
  • generate bin/dev

Closes #9

Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for inertia-rails canceled.

Name Link
🔨 Latest commit 26da1da
🔍 Latest deploy log https://app.netlify.com/sites/inertia-rails/deploys/66b7056badb2a600086cf476

@skryukov skryukov force-pushed the simplify-installation branch 2 times, most recently from 96370f4 to e4bb474 Compare August 6, 2024 15:38
@skryukov skryukov marked this pull request as ready for review August 6, 2024 19:03
@skryukov skryukov force-pushed the simplify-installation branch 2 times, most recently from f71ddf8 to bf5534e Compare August 10, 2024 06:12
@skryukov skryukov force-pushed the simplify-installation branch from bf5534e to 26da1da Compare August 10, 2024 06:15
@skryukov skryukov merged commit 816b061 into main Aug 10, 2024
9 checks passed
@skryukov skryukov deleted the simplify-installation branch August 10, 2024 06:16
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.

feat: Create ./bin/dev command
1 participant