0.1.0 • Published 5 months ago

create-emmy v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Quick start

Just run the following command to create a new Emmy.js application using Create Emmy CLI:

npx create-emmy

Creating a Ruby on Rails + Emmy.js + TailwindCSS application

For creating a new Emmy.js application with Ruby on Rails and TailwindCSS, just run the following command:

npx create-emmy my-app --rails --tailwind --run

Creating a Vanilla JS + Emmy.js + TailwindCSS application

For creating a new Emmy.js application with Vanilla Vite and TailwindCSS, just run the following command:

npx create-emmy my-app --vanilla --tailwind --run

Options

  • --vanilla - Creates a Vanilla application uing Vite
  • --rails - Creates a Ruby on Rails application
  • --tailwind - Adds TailwindCSS to the application
  • --prerender -
  • --run - Runs the application after creation
  • -v, --version - Output the version number
0.1.0

5 months ago

0.0.2

7 months ago

0.0.1

7 months ago