https://github.com/brandonroberts/ac2019-schematics
https://github.com/brandonroberts/ac2019-schematics
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonroberts/ac2019-schematics
- Owner: brandonroberts
- Created: 2019-09-19T13:39:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T13:41:16.000Z (over 5 years ago)
- Last Synced: 2025-03-30T14:42:24.747Z (about 2 months ago)
- Language: HTML
- Size: 158 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schematics
Install
```sh
yarn
```Build library
```sh
yarn build my-lib
```Build schematic
```sh
cd projects/my-lib
yarn build
```Install schematic
```sh
cd ../../
npm link my-lib
```Run schematic
```sh
ng g my-lib:my-service --name MyData
```