@seagull/code-generators
v0.5.1
Published
Scaffolding capabilities and AST transforms for seagull apps
Downloads
22
Keywords
Readme
Seagull Code Generators
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')