0.0.4 • Published 3 years ago

@woodwing/angular-schematics v0.0.4

Weekly downloads
118
License
UNLICENSED
Repository
-
Last release
3 years ago

Schematics for Angular

Installation

ng add @woodwing/angular-schematics

Usage

story (alias: s)

ng g @woodwing/angular-schematics:s button

This command creates a story for a component with the given name. The command expects the component to be in the same folder as the story. If this is not the case, make sure to pass the componentPath parameter which points to the component.