Skip to content

doggy8088/chocolatey-vscode-angular-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Extension Pack for Visual Studio Code

This extension pack packages some of the most popular (and some of my favorite) Angular extensions. If you like it, please leave your Rating & Review and share with your friends. If you know any extension that is good for Angular development, just let me know by creating an issue.

How to build package

choco pack

How to test install locally

choco install vscode-angular-extension-pack -d -s .

How to test uninstall locally

choco uninstall vscode-angular-extension-pack -d -s .

How to update this package

  1. Edit vscode-angular-extension-pack.nuspec

    • Update <version>
    • Update <releaseNotes> (reference from here)
  2. Test install

    choco pack
    choco install vscode-angular-extension-pack -d -s . -y
    choco uninstall vscode-angular-extension-pack -d -s .
  3. Publish to Chocolatey Gallery

    choco push vscode-angular-extension-pack.X.Y.Z.nupkg --source https://push.chocolatey.org/ --apikey YourChocolateyApiKey