DCSIMG
story.js on Nuget Gallery - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

story.js on Nuget Gallery

story.js on Nuget Gallery

story.js on NugetToday I decided to create a Nuget package for story.js. I was planning to do that earlier in the development process but since I‘m so occupied with work lately I forgot to (my bad). If you are not familiar with the Nuget Package Manager, I urge you to read the following post I wrote.

In order to install story.js package in Nuget, all you have to do is one of the following:

  • In Visual Studio, in the Nuget Package Manager Console, write:
    PM> Install-Package story.js
    Like in the following figure
    Nuget Package Manager Console
    and press Enter.
  • In Visual Studio, right click on your web project and choose Manage NuGet Packages menu item. Choose the Online tab, write story.js in the search box and press the Install button to install story.js package. 
  • Manage NuGet Packages

The package includes story.js, story.query.js and their minified versions. The files will be installed into your Scripts directory since it is a convention that most developers use these days.

Enjoy!

Comments

No Comments