byte-custom-schematics

byte-custom-schematics JS library on npm Download byte-custom-schematics JS library

Custom schematics

Version 1.0.0 License MIT
byte-custom-schematics has no homepage
byte-custom-schematics JS library on GitHub
byte-custom-schematics JS library on npm
Download byte-custom-schematics JS library
Keywords
schematics
<script type="module"> import byteCustomSchematics from 'https://cdn.jsdelivr.net/npm/byte-custom-schematics@1.0.0/+esm' </script>
Learn more

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).