NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

Deprecate `plugins` command #5793

Open jasongitmail opened 8 months ago

jasongitmail commented 8 months ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

To simplify, per discussion with @rigor789 in Discord.

Describe alternatives you've considered

Devs can use their package manager directly to install plugins: npm install <foo>, etc.

Anything else?

I'd suggest any reference to ns plugin install in docs be changed to only mention NPM's install command: "npm install <foo> or as appropriate for your package manager", to reduce docs maintenance. Users of other package managers know the analogous command for their package manager.

Please accept these terms