An open API service indexing awesome lists of open source software.

https://github.com/next2d/view-generator

Generate the View, ViewModel class required for routing.
https://github.com/next2d/view-generator

next2d next2d-framework npx typescript

Last synced: over 1 year ago
JSON representation

Generate the View, ViewModel class required for routing.

Awesome Lists containing this project

README

          

# view-generator

[![CodeQL](https://github.com/Next2D/view-generator/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/view-generator/actions/workflows/codeql-analysis.yml)
[![Lint](https://github.com/Next2D/view-generator/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Next2D/view-generator/actions/workflows/lint.yml)
[![release](https://img.shields.io/github/v/release/Next2D/view-generator)](https://github.com/Next2D/view-generator/releases)
[![license](https://img.shields.io/github/license/Next2D/view-generator)](https://github.com/Next2D/view-generator/blob/main/LICENSE)

Generate the View class required for routing.

## Commands

```sh
npx @next2d/view-generator
```

## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT) - see the [LICENSE](LICENSE) file for details.