1.0.9 • Published 4 months ago

crm-permission v1.0.9

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 months ago

Crm Permission

And Nestjs base package for auto create permission in Nestjs

Install

# With npm
npm install crm-permission
# Width yarn
yarn add crm-permission

Usage

@AppController('example')
export class ExampleController {
  @ApiMetaData({
    description: 'Hello world',
    name: 'Hello',
    policy: 'example:hello',
  })
  @Get('/hello')
  async hello() {
    return 'Hello';
  }
}
  • Note: please check the correct order of decorator
1.0.9

4 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago