Skip to content

expertly-simple/angular-evergreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Evergreen CircleCI

Keep your project's version of Angular and related packages evergreen, keep your settings in sync, and upgrade your Angular CLI projects with ease.

Features

Angular Evergreen makes it easier to configure, update, and test your Angular CLI projects.

  • Configure your Angular project for VS Code settings

  • Keep Angular Evergreen

    • See the latest and next versions of Angular in your IDE

    • Right click directly in your angular.json file to see which packages need to be updated
  • Run Post-Update Checkup

    • With one-click, run your unit tests, and build your Angular project in prod mode to ensure that your update went smoothly

Upcoming Features

  • Support for multi-root projects and non-standard folder structures

Contributing

Contributions, issues and feature requests are welcome! Feel free to check our contribution guide.

Requirements

Projects setup with @angular/cli package.

Extension Settings

{
  "ng-evergreen.upgradeChannel": "Latest" | "Next"
}

Contributors

Attributions

See the file named THIRDPARTY for attributions.