create-emmy

0.2.2 • Public • Published

create-emmy

npm npm NPM GitHub last commit (by committer)
An Emmy.js applications generator
More information about Emmy.js

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 using Vite
  • --rails - Creates a Ruby on Rails application
  • --tailwind - Adds TailwindCSS to the application
  • --prerender - Adds prerendering to the application (only for Vanilla applications)
  • --run - Runs the application after creation
  • -v, --version - Output the version number

Package Sidebar

Install

npm i create-emmy

Weekly Downloads

44

Version

0.2.2

License

MIT

Unpacked Size

24.1 kB

Total Files

10

Last publish

Collaborators

  • eanorambuena