0.2.1 • Published 3 years ago

projen-fractal v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago