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

2.2.5 • Public • Published

Hapify - Templates for casl classes and types

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

Installation

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

Usage

In your package.json:

{
  "name": "my-library",
  "version": "0.0.1",
  "hapify": { "extends": ["@trxn/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": [ '@trxn/hapify-templates-casl' ] }

Readme

Keywords

none

Package Sidebar

Install

npm i @trxn/hapify-templates-casl

Weekly Downloads

29

Version

2.2.5

License

UNLICENSED

Unpacked Size

44.1 kB

Total Files

17

Last publish

Collaborators

  • floross
  • edouarddemotes
  • dt-tractr