angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.77k stars 11.97k forks source link

ng add - to refer the add schematic from another npm module #10962

Open sebawita opened 6 years ago

sebawita commented 6 years ago

Observed behavior

Currently ng add package-name goes into package-name and looks for an add schematic. I work on a schematic in @nativescript/schematics. So, in order to run ng add for it, I need to call ng add @nativescript/schematics While our main library is nativescript.

Desired behavior

Ideally, I would like to be able to call ng add nativescript, however I can't move my schematics into nativescript repo at the moment. Perhaps there could be a way to add a reference for @nativescript/schematicstonativescript`.

angular-robot[bot] commented 2 years ago

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

angular-robot[bot] commented 2 years ago

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.