Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agustinsrg/tsbean-codegen
Tool to generate tsbean-orm classes from SQL table definitions.
https://github.com/agustinsrg/tsbean-codegen
code-generation tsbean tsbean-orm
Last synced: 24 days ago
JSON representation
Tool to generate tsbean-orm classes from SQL table definitions.
- Host: GitHub
- URL: https://github.com/agustinsrg/tsbean-codegen
- Owner: AgustinSRG
- License: mit
- Created: 2021-11-25T09:44:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T09:52:31.000Z (6 months ago)
- Last Synced: 2024-06-29T10:53:02.769Z (6 months ago)
- Topics: code-generation, tsbean, tsbean-orm
- Language: JavaScript
- Homepage: https://agustinsrg.github.io/tsbean-codegen/
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code generation tool for tsbean-orm
This tool is made to generate [tsbean-orm](https://github.com/AgustinSRG/tsbean-orm) classes from your tables definitions in SQL.
Simply paste your SQL in the left side and you'll get the typescript code in the right side.
Try it out here: [https://agustinsrg.github.io/tsbean-codegen/](https://agustinsrg.github.io/tsbean-codegen/)
## Building
To minify build the project (minify the css and javascript files):
First, install the developing dependencies:
```
npm install
```Then, run the build script:
```
npm run build
```This is a static page. It can run in local or any static web server.
For development, use `index-dev.html`.
For production, use `index.html`