| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8758e44 commit 214523d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -202,11 +202,3 @@ Additional things from this example: | |||
| 202 | 202 | 1. The files are on-disk in the same root directory as the `index.ts` and loaded into a `Tree`. | |
| 203 | 203 | 1. Then the `template` `Rule` fills in the specified templating placeholders. For this, it only knows about the variables and functions passed to it via the options-object. | |
| 204 | 204 | 1. Finally, the resulting `Tree`, containing the new file, is merged with the existing files of the project which the Schematic is run on. | |
| 205 | - | ||
| 206 | - # Future Work | ||
| 207 | - | ||
| 208 | - Schematics is not done yet. Here's a list of things we are considering: | ||
| 209 | - | ||
| 210 | - - Smart defaults for Options. Having a JavaScript function for default values based on other default values. | ||
| 211 | - - Prompt for input options. This should only be prompted for the original schematics, dependencies to other schematics should not trigger another prompting. | ||
| 212 | - - Tasks for running tooling-specific jobs before and after a schematics has been scaffolded. Such tasks can involve initialize git, or npm install. A specific list of tasks should be provided by the tool, with unsupported tasks generating an error. | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments