Skip to content

Linkurious/ogma-build-systems

Repository files navigation

🏗 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-app

The interactive prompts will ask you to:

  1. Choose a template: vite, webpack, rollup, typescript, node, parcel
  2. 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 vite

Then:

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.

About

Build system templates for Ogma.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors