Skip to content

blove/hello-world-schematic

Repository files navigation

Hello World Angular Schematic

This repository is a very simple Angular Schematic.

Install

First, install the dependencies via:

yarn install

Build

To build the schematic from the TypeScript source:

yarn build

Test

First, install the schematics CLI:

npm i -g @angular-devkit/schematics-cli

Then, run the schematic locally:

schematics .:hello-world YOUR_NAME_HERE --dry-run=false

Or, you can specify the name option explicitly:

schematics .:hello-world --dry-run=false --name=YOUR_NAME_HERE

Unit Tests

Run the Jasmine unit tests:

npm test

About

Hello World Angular Schematic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published