An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/ac2019-schematics


https://github.com/brandonroberts/ac2019-schematics

Last synced: 27 days ago
JSON representation

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
```