@linkurious/create-ogma
v1.0.0
Published
Create an Ogma project from a build system template.
Downloads
32
Maintainers
Readme
🏗 Ogma Build Systems
💡 Information
This repository holds build system templates for Ogma. Available templates: Vite, Webpack, Rollup, TypeScript, Node.js, Parcel.
🚀 Get started
Requirements: Node.js with npm
npm create @linkurious/ogma my-appThe interactive prompts will ask you to:
- Choose a template:
vite,webpack,rollup,typescript,node,parcel - Enter your Ogma API key (from get.linkurio.us)
You can skip the template prompt by passing it as a flag:
npm create @linkurious/ogma my-app -- --template viteThen:
cd my-app
npm install
npm run dev📦 Templates
| Template | Description |
| ------------ | -------------------------------------- |
| vite | TypeScript + Vite dev server |
| webpack | TypeScript + Webpack 5 |
| rollup | TypeScript + Rollup bundler |
| typescript | TypeScript + browser-sync (no bundler) |
| node | Node.js server-side rendering |
| parcel | TypeScript + Parcel bundler |
👀 I don't see a template that matches my need?
You wish there was a template with your favorite library? Give us a note via contact form.
