0.2.1 • Published 2 years ago

projen-fractal v0.2.1

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

projen-fractal

Projen Fractal provides a projen template for building applications on Fractal Cloud.

Getting Started

Create a new Fractal Application with projen. See https://github.com/projen/projen for more information on the Projen tool.

npx projen new --from projen-fractal

This will generate a .projenrc.js file and then synthesize a project template.

const { FractalProject } = require("projen-fractal");

const project = new FractalProject({
  defaultReleaseBranch: "main",
  name: "hello-world",
});

project.synth();

FractalProject compiles TypeScript code with the fractal-lang toolchain which is required by the Fractal Cloud deployment engine.

API Reference

See the API Reference

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago