@seagull/code-generators

Scaffolding capabilities and AST transforms for seagull apps

Usage no npm install needed!

<script type="module">
  import seagullCodeGenerators from 'https://cdn.skypack.dev/@seagull/code-generators';
</script>

README

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')