Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciejwwojcik/schematics-angular-13
https://github.com/maciejwwojcik/schematics-angular-13
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciejwwojcik/schematics-angular-13
- Owner: MaciejWWojcik
- Created: 2022-03-06T11:29:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T11:29:55.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T18:43:16.393Z (about 2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subscription Component Schematics
Example schematics created for the purpose of this article https://indepth.dev/posts/1438/extend-angular-schematics-to-customize-your-development-process
### Use it in your project:
First things first, you will need to build schematics:
```bash
npm install
npm run build
```To add the schematics project as dependency for your Angular project run:
```bash
npm install --save-dev ../path/to/subscription-component
```Then to add it as a default collection, run:
```bash
ng add subscription-component-schematics
```