enginehq
v0.1.2
Published
Unscoped umbrella package that re-exports EngineJS public API (`@enginehq/core`, `@enginehq/express`, `@enginehq/auth`).
Downloads
8
Readme
enginehq
Unscoped umbrella package that re-exports EngineJS public API (@enginehq/core, @enginehq/express, @enginehq/auth).
Status: Technical Preview (v0.1.2) — Active development; APIs may change.
Install
npm i enginehqCLI
Create a new EngineJS app:
npx enginehq init my-app
cd my-app
npm i
npm run devUsage
import { createEngine } from 'enginehq';