|
1 | | -# Coulson |
| 1 | +# scully |
2 | 2 |
|
3 | 3 | 1. plugin system is there. |
4 | 4 | 2. you can register a new plugin. |
5 | 5 | 3. plugins are responsible for validating their on part of the config |
6 | 6 | 4. using zonejs to detect page -ready in pupeteer. |
7 | | -5. possibilty to provide your own plugins using coulson.custom.ts (not working yet!) |
8 | | -6. coulson.custom.ts to provide plugins, and mapping/reducers in config |
| 7 | +5. possibilty to provide your own plugins using scully.custom.ts (not working yet!) |
| 8 | +6. scully.custom.ts to provide plugins, and mapping/reducers in config |
9 | 9 | 7. parallel generation of pages. (will be batched in future, now everything is generated at once) |
10 | 10 | 8. fully automated worflow. end user needs only 1 command. |
11 | 11 | 9. easy generating of content (like blogs) traversing folders. |
|
16 | 16 |
|
17 | 17 | # Schematics |
18 | 18 |
|
19 | | ------- |
20 | | -working in some issues in rc3 |
21 | | ------- |
22 | 19 |
|
23 | | -1. ng add @herodevs/coulson-generate |
| 20 | +1. ng add @herodevs/scully-generate |
24 | 21 | --blog => create a blog folder with 1 example of md(example with step to step) |
25 | | - add blog module with blog component with coulsonComponent |
| 22 | + add blog module with blog component with scullyComponent |
26 | 23 | |
27 | | -2. ng add @herodevs/coulson-generate --blog=blog_name |
28 | | -2. ng add @herodevs/coulson-generate:add-blog |
| 24 | +2. ng add @herodevs/scully-generate --blog=blog_name |
| 25 | +2. ng add @herodevs/scully-generate:add-blog |
29 | 26 | add new blog post in blog folder |
30 | 27 |
|
31 | 28 |
|
32 | | -3. ng g @herodevs/coulson-generate:add-component |
33 | | -4. ng g @herodevs/coulson-generate:add-blog blog_name |
34 | | -5. ng g @herodevs/coulson-generate:blog blog_name |
35 | | -6. Add coulson to angular.json for add commands into the CLI |
| 29 | +3. ng g @herodevs/scully-generate:add-component |
| 30 | +4. ng g @herodevs/scully-generate:add-blog blog_name |
| 31 | +5. ng g @herodevs/scully-generate:blog blog_name |
| 32 | +6. Add scully to angular.json for add commands into the CLI |
36 | 33 |
|
37 | 34 | NEXT: |
38 | 35 | - write more commands for |
39 | 36 | - add @latest @next |
40 | 37 |
|
41 | | -# Coulson DX |
| 38 | +# scully DX |
42 | 39 |
|
43 | 40 | 1. Run with Bazel |
44 | 41 | 2. Run with node and recreate servers |
|
0 commit comments