@trxn/hapify-templates-rest-dtos
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

Hapify - Templates for models rest dtos

This package contains the hapify templates to generate REST dtos classes.

Installation

npm install @trxn/hapify-templates-rest-dtos --save-dev

Usage

In your package.json:

{
  "name": "my-library",
  "version": "0.0.1",
  "hapify": { "extends": ["@trxn/hapify-templates-rest-dtos"] }
}

If you would like to extend or modify these properties, create a .hapifyrc.js file in your projects root directory and export your desired modifications.

module.exports = {
  extends: ['hapify-templates-rest-dtos'],
};

Or you can create a .hapifyrc.json file in your projects root directory.

{ "extends": [ '@trxn/hapify-templates-rest-dtos' ] }

Readme

Keywords

none

Package Sidebar

Install

npm i @trxn/hapify-templates-rest-dtos

Weekly Downloads

76

Version

2.2.5

License

UNLICENSED

Unpacked Size

78.8 kB

Total Files

29

Last publish

Collaborators

  • floross
  • edouarddemotes
  • dt-tractr