<script type="module"> import byteCustomSchematics from 'https://cdn.jsdelivr.net/npm/byte-custom-schematics@1.0.0/+esm' </script>
Getting Started With Schematics BYTE
Create a new project with CLI and install this schematic (previously published).
You can also link this project with:
npm link [root path of schematic project]
Using rule
Use the command:
ng generate byte:crud [parameters for component generator]
That will create all files for a new component and services (without test).