0.2.9 • Published 4 years ago
projen-eventual v0.2.9
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-eventualThis 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