projen-eventual
v0.2.9
Published
Projen Eventual provides a [projen](https://github.com/projen/projen) template for building applications on Eventual Cloud.
Downloads
6
Readme
projen-eventual
Projen Eventual provides a projen template for building applications on Eventual Cloud.
Getting Started
Create a new Eventual Application with projen
. See https://github.com/projen/projen for more information on the Projen tool.
npx projen new --from projen-eventual
This will generate a .projenrc.js
file and then synthesize a project template.
const { EventualProject } = require("projen-eventual");
const project = new EventualProject({
defaultReleaseBranch: "main",
name: "hello-world",
});
project.synth();
EventualProject
compiles TypeScript code with the eventual-sdk toolchain which is required by the Eventual Cloud deployment engine.
API Reference
See the API Reference