Hi,
If you are familiar with the NuGet command line tool, you will see immediately that "nuget pack" does not require any account nor API key. Thus, you can freely create NuGet packages.
API key is only required when you use "nuget push",
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package
Next time you might try it out before asking, as a simple test can show you more than any documentation. Good luck.
If you are familiar with the NuGet command line tool, you will see immediately that "nuget pack" does not require any account nor API key. Thus, you can freely create NuGet packages.
API key is only required when you use "nuget push",
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package
Next time you might try it out before asking, as a simple test can show you more than any documentation. Good luck.