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

0.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i projen-fractal

Weekly Downloads

0

Version

0.2.1

License

Apache-2.0

Unpacked Size

448 kB

Total Files

125

Last publish

Collaborators

  • sam-goodwin