create-omg
v0.4.42
Published
Create a new omg.dev app.
Readme
create-omg
Create a new omg.dev app from the official starter:
bun create omg my-app
cd my-app
bun run devThe same generator is available through npx create-omg my-app and
omg create my-app.
Use --no-install to create the project without installing dependencies.
