0.2.9 • Published 2 years ago

projen-eventual v0.2.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago