Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Robots Don't Cry: Automation with Schematics

Robots Don't Cry: Automation with Schematics

It is not a secret that robots are better at tedious, repetitive tasks than humans. Angular CLI took care about code scaffold and significantly improve DX (developer experience) for Angular. Tooling used behind it was exposed as the separate package. It gave us the ability to create new generators collections like NgRx. You can and should create your schematics to reduce copy-paste development style. During this talk, I am gonna to show how to implement custom schematics and make machines work for us.

Vitalii Bobrov

August 10, 2018
Tweet

More Decks by Vitalii Bobrov

Other Decks in Programming

Transcript

  1. Vitalii Bobrov • experienced FE developer • open-source contributor •

    ❤ Angular community • ngGirls mentor @bobrov1989 https:/ /vitaliy-bobrov.github.io
  2. Included rules • chain • branchAndMerge • template • filter

    • noop • move • schematic • externalSchematic