Skip to content

seagull-js/application-loader

Repository files navigation

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

Releases

No releases published

Packages

No packages published