@functionless/projen
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@functionless/projen

@functionless/projen provides a projen project and component for configuring new and existing projects to use Functionless.

Usage

To create a new project

To create a new FunctionlessProject, which wraps a AwsCdkTypeScriptApp configured with the Functionless compiler plugin, run:

npx projen new --from @functionless/projen

To add to an existing project

Install the dependency in your application

npm install --save-dev @functionless/projen

OR

yarn add -D @functionless/projen

Then apply the Functionless component to your project.

const { TypescriptProject } = require("projen");
const { Functionless } = require("@functionless/projen");

const project = new TypescriptProject({
  ...
});

new Functionless(project);

project.synth();

Readme

Keywords

none

Package Sidebar

Install

npm i @functionless/projen

Weekly Downloads

1

Version

0.2.0

License

Apache-2.0

Unpacked Size

228 kB

Total Files

60

Last publish

Collaborators

  • sam-goodwin