Skip to content

List the schematics of a collection #11191

@jibbers42

Description

@jibbers42

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: @angular/clifeatureLabel used to distinguish feature request from other issueshelp wantedLabel noting an issue which the team is looking for contribution from the community to fix

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions