Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.06 KB

Seagull Code Generators

Build Status npm version License: LGPL v3 styled with prettier TypeScript

This repo contains the application loader for seagull apps. Point it to an app directory and you will get an object with all features loaded from files, capable of serializing itself into a CloudFormation template for serverless deployment.

Example Usage

import { App } from '@seagull/application-loader'

const app = new App('path/to/app/folder')

Currently Work-in-Progress