projen-eventual
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i projen-eventual

Weekly Downloads

94

Version

0.2.9

License

Apache-2.0

Unpacked Size

456 kB

Total Files

125

Last publish

Collaborators

  • sam-goodwin