UNPKG

zents-cli

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

10 lines (8 loc) 176 B
import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm' @Entity() export class <%= name %> { @PrimaryGeneratedColumn() id: number @Column() example: string }