ProgressNS / marketplace-feedback

This repository is for feedback regarding NativeScript Marketplace. Use the issues system here to submit feature requests, vote for existing ones or report bugs.
http://market.nativescript.org/
Apache License 2.0
17 stars 0 forks source link

Show correct command for dev plugins #116

Closed radeva closed 6 years ago

radeva commented 6 years ago

The dev plugins should not be installed using tns plugin add, instead they need to be installed using npm install <plugin-name> --save-dev. Let's identify dev plugins (by having -dev-in the name) and show the proper command about them