Skip to content
latest
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Yarn 2 angular plugin

This repository contains a yarn 2 (aka berry) plugin to make the angular CLI work in a plug'n'play context.

It would be awesome if we can get some of these fixes upstreamed to the angular repositories. Until that happens, this plugin patches the necessary packages to make it work.

Install

yarn plugin import https://github.com/bgotink/yarn-plugin-angular/raw/latest/bin/%40yarnpkg/plugin-angular.js

Status

This plugin is experimental. It should work for angular 8.3 and 9, but only parts of angular have been tested so far.

  • CLI:
    • Running commands in the angular CLI (ng build, ng test, ng e2e, ng xi18n etc)
    • Running schematics (ng generate)
    • Updating packages (ng update)
  • Devkit:
    • Building an application (@angular-devkit/build-angular:browser)
    • Serving an application (@angular-devkit/build-angular:dev-server)
    • Running unit tests (@angular-devkit/build-angular:karma)
    • Running e2e tests (@angular-devkit/build-angular:protractor)
  • Other:

About

yarn 2 (aka berry) plugin to facilitate angular projects

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.