Skip to content

hapify-templates-casl 1.64.8

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

About this version

Hapify - Templates for casl classes and types

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

Installation

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

Usage

In your package.json:

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

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

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

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

Details


Assets

  • hapify-templates-casl-1.64.8.tgz

Download activity

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