Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

Seagull Code Generators

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

This repo maintains the scaffolding capabilities and tooling for AST transforms for seagull apps. The primary use case is within the seagul CLI tool, but other seagull plugins may use the app skeletton generator for their testsuites.

Example Usage

import { App } from '@seagull/code-generators'

new App('demo').toFolder('path/to/folder')