projen-fractal
v0.2.1
Published
Projen Fractal provides a [projen](https://github.com/projen/projen) template for building applications on Fractal Cloud.
Downloads
5
Readme
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