Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Area
- [ ] devkit
- [x] schematics
Versions
==> node --version
v8.11.2
==> npm --version
6.1.0
Desired functionality
A way to list the schematics in a collection. Something like:
ng g @ngrx/schematics --help
Adding a colon gets you closer... sort of:
==> ng g @ngrx/schematics: --help
usage: ng generate @ngrx/schematics: [options]
options:
--dryRun (-d)
Run through without making any changes.
--force (-f)
Forces overwriting of files.
I currently do cat node_modules/@ngrx/schematics/collection.json, which works but isn't ideal.
Mention any other details that might be useful