https://github.com/damingerdai/angular-schematics-study
https://github.com/damingerdai/angular-schematics-study
angular schematics studying
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damingerdai/angular-schematics-study
- Owner: damingerdai
- Created: 2020-12-28T14:15:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T08:19:32.000Z (over 4 years ago)
- Last Synced: 2025-02-03T20:01:44.960Z (3 months ago)
- Topics: angular, schematics, studying
- Language: HTML
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular schematics 学习的源代码
本文用于记录学习[高效 Coding 術:Angular Schematics 實戰三十天](https://ithelp.ithome.com.tw/articles/10222385)。
## ast-demo
一个简单的typescript compiler api的demo
## font-awesome-app
一个用于实现、验证hello-world中的ng-add的schematics的例子
```
ng add ../hello-world
```## hello-world
学习angular schematics过程中国的主要代码
## schematics-app
基于library的思路去安装schematics
作者认为[[高效 Coding 術:Angular Schematics 實戰三十天] Day18 - 將 Schematics 整合進你的 Angular 專案裡](https://ithelp.ithome.com.tw/articles/10222829)的含金量不错
## web-app
一个用于实现、验证hello-world中的hello-world的schematics的例子
```
ng generate ../hello-world/src/collection.json:hello-world feature/arthur-ming --dryRun=true(ng generate /Users/gming001/Code/angular/schematics/hello-world/src/collection.json:hello-world feature/arthur-ming)
```## Makefile
简化部分流程