1.2.1 • Published 7 years ago

generator-jadn v1.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

JSONAPI .Net Core Generators

npm version

Development

git clone https://github.com/Research-Institute/json-api-dotnet-core-generators
cd json-api-dotnet-core-generators
npm link

Installation

See the yeoman docs

OR

npm install -g generator-jadn

Usage

All commands should be run from the project root

Creating a model and controller:

yo jadn:entity MyEntity
  • Specifying the id type of the model (defaults to int):
yo jadn:entity MyEntity:Guid
  • Adding attributes to the model:
yo jadn:entity MyEntity name:string displayName:string
  • Adding relationships:
yo jadn:entity Person hasmany:todoItems
yo jadn:entity TodoItem hasone:owner:person
1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago