@linnify/angular-schematics
v1.0.9
Published
A new schematics that follows the Linnify styleguide for creating Angular projects
Downloads
6
Keywords
Readme
Linnify Angular Schematics
This package will provide custom Angular Schematics for your project, based on the Linnify Styleguide.
Installing
npm i @linnify/angular-schematics --save-devQuick Start
After you install the package, you need to add the following entry in the angular.json file. This is how the project will know to use the Linnify Schematics Collection instead of the default Angular one.
"cli": {
"defaultCollection": "@linnify/angular-schematics"
}