expertly-simple / angular-evergreen

A tool to help developers keep their Angular projects evergreen

Home Page:https://AngularEvergreen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool to help developers keep their Angular projects evergreen

https://AngularEvergreen.com

License:ISC License


Languages

Language:TypeScript 96.1%Language:JavaScript 2.7%Language:Dockerfile 1.2%