0

Nuget is a package manager and according to my knowledge it doesn't support a command like npm start. Npm is not only a package manager since it support publishing as well. So for nuget is there any option available or can we achieve it in a some other way?

Shamendra
  • 176
  • 3
  • 14

1 Answers1

0

If you want to publish with nuget, you'll need to download the nuget publish utility from nuget publish utility and add it to your system path via controlpanel > system > advanced system settings > environment variables.

Once you've done that, follow the documentation at creating and publishing a nuget package

Daniel Lane
  • 2,575
  • 2
  • 18
  • 33