https://github.com/seagull-js/code-generators
scaffolding and AST transforms for seagull apps
https://github.com/seagull-js/code-generators
ast react scaffolding seagull tsx typescript typescript-generator
Last synced: about 2 months ago
JSON representation
scaffolding and AST transforms for seagull apps
- Host: GitHub
- URL: https://github.com/seagull-js/code-generators
- Owner: seagull-js
- Created: 2018-02-25T21:07:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T13:00:47.000Z (almost 8 years ago)
- Last Synced: 2025-10-30T03:49:35.456Z (8 months ago)
- Topics: ast, react, scaffolding, seagull, tsx, typescript, typescript-generator
- Language: TypeScript
- Size: 456 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seagull Code Generators
[](https://travis-ci.org/seagull-js/code-generators)
[](https://badge.fury.io/js/%40seagull%2Fcode-generators)
[](http://www.gnu.org/licenses/lgpl-3.0)
[](https://github.com/prettier/prettier)
[](https://github.com/ellerbrock/typescript-badges/)
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
```typescript
import { App } from '@seagull/code-generators'
new App('demo').toFolder('path/to/folder')
```