create-nola-lang
v0.1.4
Published
Scaffold a new Nola project (npm create nola, or npm create nola-lang)
Maintainers
Readme
create-nola-lang
Scaffolds a new Nola project:
npm create nola my-app # or: npm create nola-lang my-app
cd my-app
npm install
npm start # runs offline via a committed replay ledger - no API key neededYou get a typed extraction example (src/person.tsi + a plain-TS consumer),
nola.config.ts, tsconfig, and a recorded replay ledger so the first run
works without any API key. npm create nola is a short alias of this package
(create-nola); nola init (from the nola-lang package) lays
down the same starter.
