Skip to content

Commit df66cbd

Browse files
committed
docs(@angular-devkit/schematics): remove no longer relevant schematics future work
(cherry picked from commit 214523d)
1 parent 4f757c2 commit df66cbd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/angular_devkit/schematics/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,3 @@ Additional things from this example:
202202
1. The files are on-disk in the same root directory as the `index.ts` and loaded into a `Tree`.
203203
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.
204204
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.

0 commit comments

Comments
 (0)