This repository holds build system templates for Ogma. Available templates: Vite, Webpack, Rollup, TypeScript, Node.js, Parcel.
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| 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 |
You wish there was a template with your favorite library? Give us a note via contact form.