2.0.10 • Published 3 years ago

@sentinel-one/mgmt-schematics v2.0.10

Weekly downloads
372
License
MIT
Repository
github
Last release
3 years ago

Management Schematics

This repo will help us generate boilerplate code in our console.

Generating Code

Generate ui-table feature module

ng g @sentinel-one/mgmt-schematics:mgmt-ui-table YOUR-FEATURE-NAME

Generate ui-table feature module with API settings

ng g @sentinel-one/mgmt-schematics:mgmt-ui-table YOUR-FEATURE-NAME --useApi

Generate ui-table feature module with a main service

ng g @sentinel-one/mgmt-schematics:mgmt-ui-table YOUR-FEATURE-NAME --mainService

Generate ui-table feature module with row expand component

ng g @sentinel-one/mgmt-schematics:mgmt-ui-table YOUR-FEATURE-NAME --rowExpandComponent

Generate ui-table feature module with Actions drop-down on the upper left

ng g @sentinel-one/mgmt-schematics:mgmt-ui-table YOUR-FEATURE-NAME --upperLeftActions

Developing

Testing

To test locally, install @angular-devkit/schematics-cli globally and use the schematics command line tool. That tool acts the same as the generate command of the Angular CLI, but also has a debug mode.

Check the documentation with

schematics --help

Unit Testing

npm run test will run the unit tests, using Jasmine as a runner and test framework.

Publishing

To publish, simply do:

npm run build
npm version minor
npm publish  --access public

That's it!

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.3

5 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago