@softkit/resource-plugin
v0.7.2
Published
### Install
Readme
This resource plugin has generators for convenient development of new resources and their CRUD operations
Install
yarn add @softkit/resource-pluginAvailable generators
resource- generates a new resource with CRUD operationsservice- generates a new service for a resourcecontroller- generates a new controller for a resourceapp- generates a new app for a resourcehttp-client- generates a new http client for an appi18n- adding support for i18n, creates a new folder with translations and adds it to the configlib- generates a new lib for a resource, can add i18n and config
Usage
[//]: # todo document base usage of generators
Development
Add new generator
nx generate @nx/plugin:generator ${GENERATOR_NAME} --project=resource-pluginTest generator
nx generate @softkit/resource-plugin ${GENERATOR_NAME} --project=resource-plugin