@elaraai/create-east
v1.0.16
Published
Scaffold a new East project (AGPL-3.0, Node-only): npm create @elaraai/east
Readme
@elaraai/create-east
Scaffold a new East project — AGPL-3.0, Node-only.
npm create @elaraai/east my-lib- Pass
.instead of a name to scaffold into the current directory. - Add
-- --installto install dependencies as part of scaffolding.
The generated project is driven by cross-platform npm scripts:
cd my-lib
npm install
npm run build # tsc
npm run test # build and run tests
npm run lintFor a durable-execution project with Python (BSL-1.1, Node + Python), use
@elaraai/create-e3.
Part of the East ecosystem.
