Skip to content

hapify-templates-models 1.64.2

Install from the command line:
Learn more about npm packages
$ npm install @tractr/hapify-templates-models@1.64.2
Install via package.json:
"@tractr/hapify-templates-models": "1.64.2"

About this version

Hapify - Templates for models classes and types

This package contains the hapify templates to generate model classes and enums.

Installation

npm install @tractr/hapify-templates-models --save-dev

Usage

In your package.json:

{
  "name": "my-library",
  "version": "0.0.1",
  "hapify": { "extends": ["@tractr/hapify-templates-models"] }
}

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-models'],
};

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

{ "extends": [ '@tractr/hapify-templates-models' ] }

Details


Assets

  • hapify-templates-models-1.64.2.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0