Skip to content

Commit

Permalink
Robot Updated at:1 May 2024 21:09:32 GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed May 1, 2024
1 parent b46c97d commit c434be4
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 268 deletions.
43 changes: 30 additions & 13 deletions docs/awesome/awesome-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ Table of contents:
* [spectator](https://github.com/ngneat/spectator) - A Powerful Tool to Simplify Your Angular Tests
* [testcafe](https://testcafe.io/) - TestCafe is a user-friendly end-to-end testing solution. Free and open-source test runner. Powerful desktop app.
* [webdriverio](https://github.com/webdriverio/webdriverio) - Next-gen browser and mobile automation test framework for Node.js
* [cypress-harness](https://github.com/jscutlery/devkit/tree/main/packages/cypress-harness) - This library provides Cypress support to Component Test Harnesses.
* [swc-angular](https://github.com/jscutlery/devkit/tree/main/packages/swc-angular) - This is a set of Angular presets that enable you to use SWC (Speedy Web Compiler) with Jest or Vitest.
* [swc-angular-plugin](https://github.com/jscutlery/devkit/tree/main/packages/swc-angular-plugin) - SWC (Speedy Web Compiler) is a lightning-fast JavaScript/TypeScript compiler, but it doesn't support Angular so you need this plugin.
* [angular-tour-of-heroes-jest-100-coverage](https://github.com/kristiyan-velkov/angular-tour-of-heroes-jest-100-coverage) - 100% unit testing coverage of the popular Angular demo app - Tour of Heroes.
* [how-do-i-test](https://github.com/rainerhahnekamp/how-do-i-test) - Repository representing different testing use cases for Angular and Spring.
* [YouTube](https://www.youtube.com/playlist?list=PLu062eICIOdGAJ4AgTzHI6EokHnB90bRJ) - How do I Test? playlist.
Expand Down Expand Up @@ -423,16 +426,23 @@ become an Angular expert

#### Form Controls

* [@ctrl/ngx-emoji-mart](https://github.com/TypeCtrl/ngx-emoji-mart) - Customizable Slack-like emoji picker for Angular
* [angular-imask](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask) - Angular 4+ input mask
* [angular2-multiselect-dropdown](https://github.com/CuppaLabs/angular2-multiselect-dropdown) - Angular 2 multiselect dropdown component for web applications
* [angular2-text-mask](https://github.com/text-mask/text-mask) - Angular 2 input mask directive
* [ng-select](https://github.com/ng-select/ng-select) - All in One UI Select, Multiselect and Autocomplete
* [ngx-color](https://github.com/scttcper/ngx-color) - 🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
* [ngx-flag-picker](https://github.com/iamartyom/ngx-flag-picker) - 😻 Customizable Angular component which containing a dropdown with country flags
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular
* [ng-dynamic-forms](https://github.com/udos86/ng-dynamic-forms) - Rapid form development library for Angular
* [ngx-emoji-mart](https://github.com/scttcper/ngx-emoji-mart) - Customizable Slack-like emoji picker for Angular.
* [ngx-color](https://github.com/scttcper/ngx-color) - 🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more.
* [ngx-colors](https://github.com/KroneCorylus/ngx-colors) - Simple yet elegant Material color picker for Angular.
* [ngx-color-picker](https://github.com/zefoy/ngx-color-picker) - Color picker widget for the Angular.
* [angular-colorful](https://github.com/ngx-eco/angular-colorful) - A tiny color picker component for modern Angular apps.
* [angular-imask](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask) - Angular input mask.
* [ngx-mask](https://github.com/JsDaddy/ngx-mask) - Angular Plugin to make masks on form fields and html elements.
* [maskito](https://github.com/taiga-family/maskito) - Collection of libraries to create an input mask which ensures that user types value according to predefined format.
* [angular2-multiselect-dropdown](https://github.com/CuppaLabs/angular2-multiselect-dropdown) - Angular multiselect dropdown component for web applications.
* [ng-select](https://github.com/ng-select/ng-select) - All in One UI Select, Multiselect and Autocomplete.
* [ngx-numeric-range-form-field](https://github.com/dineeek/ngx-numeric-range-form-field) - Angular Material UI numeric range input form field. It is based on control value accessor.
* [file-input-accessor](https://github.com/jwelker110/file-input-accessor) - Angular directive that provides file input functionality in Angular forms.
* [ngx-formcontrol-errors](https://github.com/dgonzalez870/ngx-formcontrol-errors) - A directive for showing errors in Angular form controls.
* [error-tailor](https://github.com/ngneat/error-tailor) - Making sure your tailor-made error solution is seamless!
* [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular.
* [formio](https://github.com/formio/angular) - JSON powered forms for Angular.
* [ng-dynamic-forms](https://github.com/udos86/ng-dynamic-forms) - Rapid form development library for Angular.

#### Icons

Expand Down Expand Up @@ -577,9 +587,12 @@ become an Angular expert
* [xng-breadcrumb](https://github.com/udayvunnam/xng-breadcrumb) - Zero config breadcrumb solutuon. A lightweight, configurable and reactive breadcrumbs for Angular 6 and beyond.
* [ng-let](https://github.com/nigrosimone/ng-let) - Structural directive for sharing data as local variable into html component template.
* [ng-for-track-by-property](https://github.com/nigrosimone/ng-for-track-by-property) - Angular global trackBy property directive with strict type checking.
* [ng-portal](https://github.com/nigrosimone/ng-portal) Component property connection in Angular application.
* [ng-lock](https://www.npmjs.com/package/ng-lock) Angular decorator for lock a function and user interface while a task running.
* [ng-generic-pipe](https://github.com/nigrosimone/ng-generic-pipe) Generic pipe for Angular application.
* [ng-portal](https://github.com/nigrosimone/ng-portal) - Component property connection in Angular application.
* [ng-lock](https://www.npmjs.com/package/ng-lock) - Angular decorator for lock a function and user interface while a task running.
* [ng-generic-pipe](https://github.com/nigrosimone/ng-generic-pipe) - Generic pipe for Angular application.
* [rx-computed](https://github.com/jscutlery/devkit/tree/main/packages/rx-computed) - The async RxJS-based version of signals' computed().
* [microwave](https://github.com/jscutlery/devkit/tree/main/packages/microwave) - Optimize Angular change detection effortlessly.
* [convoyr](https://github.com/jscutlery/convoyr) - Modular HTTP extensions for Angular.

#### RxJS

Expand All @@ -588,6 +601,7 @@ become an Angular expert
* [rxjs-course](https://github.com/angular-university/rxjs-course) - RxJs course from Angular University
* [redux-observable](https://github.com/redux-observable/redux-observable) - RxJS middleware for action side effects in Redux using "Epics".
* [rxjs-challenge](https://github.com/AngularWave/rxjs-challenge) - A set of little RxJS puzzles to practice your Observable skills.
* [operators](https://github.com/jscutlery/devkit/tree/main/packages/operators) - This package regroups a couple of RxJS operators meant to simplify some common patterns.

#### TypeScript

Expand Down Expand Up @@ -654,6 +668,9 @@ become an Angular expert
* [ngrx-store-localstorage](https://github.com/btroncone/ngrx-store-localstorage) - Simple syncing between @ngrx store and local storage.
* [Tim Deschryver Blog](https://timdeschryver.dev/blog?q=NgRx) - Excellent NgRx articles from a core maintainer.
* [angular-ngrx-nx-realworld-example-app](https://github.com/stefanoslig/angular-ngrx-nx-realworld-example-app) - Real world application built with Angular 17, NgRx 17, nrwl/nx 17
* [ngrx-toolkit](https://github.com/angular-architects/ngrx-toolkit) - Various Extensions for the NgRx Signal Store
* [ngrx-traits](https://github.com/gabrielguerrero/ngrx-traits) - NGRX Traits is a library to help you compose and reuse a set NGRX actions, selectors, effects, and reducers across your app.
* [ngrx-addons](https://github.com/Michsior14/ngrx-addons) - A collection of @ngrx addons, including state persistence.

#### Deployment

Expand Down
46 changes: 23 additions & 23 deletions docs/awesome/awesome-browser-extensions-for-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Want to know more about this process? Check out the [Codeless Contributions with

Shows notifications when you get a new notification on GitHub and provides quick access to all notifications in a popup.

Installs: 132 | Stars: 78 | Last update: 2 Jun 2023
Installs: 130 | Stars: 78 | Last update: 2 Jun 2023


Removes clutter from your pull request by automatically marking as viewed files that aren't worth reviewing.
Expand All @@ -50,12 +50,12 @@ Installs: 13 | Stars: 20 | Last update: 2 May 2023

Show the # of PRs and other contributors stats in the Issues/PRs tab. Can be helpful for maintainers that want to know if it's a contributor's first PR.

Installs: 10 | Stars: 458 | Last update: 1 Mar 2021
Installs: 9 | Stars: 458 | Last update: 1 Mar 2021


Displays size of each file, download link and an option of copying file contents directly to clipboard

Installs: 659 | Stars: 1994 | Last update: 22 Apr 2021
Installs: 655 | Stars: 1994 | Last update: 22 Apr 2021


Easily search GIPHY to add a GIF into any GitHub comment box.
Expand All @@ -70,7 +70,7 @@ Installs: 136 | Stars: 22 | Last update: n/a

Quickly browse the history of a file from any git repository.

Installs: 209 | Stars: 13489 | Last update: 13 Oct 2023
Installs: 208 | Stars: 13491 | Last update: 13 Oct 2023


GitHub provides a page that only shows diffs with a .diff at the end of the URL of the pull request. This browser extension makes it easier to view csv diffs by using daff on that page.
Expand All @@ -80,7 +80,7 @@ Installs: 34 | Stars: 4 | Last update: n/a

Code folding - the ability to selectively hide and display sections of a code - is an invaluable feature in many text editors and IDEs. Now, developers can utilize that same style code-folding while poring over source code on the web in GitHub. Works for any type of indentation- spaces or tabs.

Installs: 116 | Stars: 288 | Last update: 25 Apr 2024
Installs: 117 | Stars: 288 | Last update: 25 Apr 2024


Set custom tab size for code view on GitHub.com
Expand All @@ -105,7 +105,7 @@ Installs: 1000 | Stars: 143 | Last update: n/a

Neat hovercards for GitHub.

Installs: 18099 | Stars: 1805 | Last update: n/a
Installs: 18106 | Stars: 1806 | Last update: n/a


Colorize issue and PR links to see their status (open, closed, merged).
Expand Down Expand Up @@ -145,7 +145,7 @@ Installs: 40 | Stars: 48 | Last update: 25 Sep 2023

This extension adds the simplicity of WYSIWYG editing to issues, comments, pull requests, wikis and discussions in GitHub. It accepts Markdown input and offers productive writing, starting with tables.

Installs: 118 | Stars: 367 | Last update: 10 Apr 2024
Installs: 117 | Stars: 367 | Last update: 10 Apr 2024


View and create Linear tickets from any GitHub PR or issue.
Expand All @@ -160,7 +160,7 @@ Installs: 2000 | Stars: 298 | Last update: n/a

It can make the sub-directories and files of github repository as zip and download it

Installs: 3630 | Stars: 35 | Last update: 21 Aug 2023
Installs: 3617 | Stars: 35 | Last update: 21 Aug 2023


Create, save, edit, pin, search and delete filters that you commonly use on the Github Issues and Pull Requests pages. You are able to scope filters to be shown globally (on each repo) or only have them show up on the repo you create them on. Pinning filters is also a feature that this extension allows you to do. So if you have several filters you use daily - you have a way to quickly access them, at the top of your list.
Expand All @@ -180,17 +180,17 @@ Installs: 2000 | Stars: 348 | Last update: n/a

Hide dotfiles from the GitHub file browser.

Installs: 37 | Stars: 318 | Last update: 16 Sep 2021
Installs: 36 | Stars: 318 | Last update: 16 Sep 2021


Allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.

Installs: 10000 | Stars: 3451 | Last update: n/a
Installs: 10000 | Stars: 3452 | Last update: n/a


Browser extension to add git graph to GitHub website.

Installs: 457 | Stars: 2833 | Last update: 1 Jan 2024
Installs: 458 | Stars: 2837 | Last update: 1 Jan 2024


Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Expand All @@ -200,17 +200,17 @@ Installs: 57 | Stars: 235 | Last update: n/a

See forks with the most stars under the names of repositories.

Installs: 322 | Stars: 580 | Last update: 30 Mar 2024
Installs: 321 | Stars: 580 | Last update: 30 Mar 2024


Show Material icons for files/folders in repository file viewer. Display the same icons from vscode-material-icon-theme VSCode extension.

Installs: 850 | Stars: 443 | Last update: 22 Apr 2024
Installs: 848 | Stars: 443 | Last update: 22 Apr 2024


An extension that creates direct links to imported modules, external or internal, on source code on GitHub. Supports multiple languages, including common ones like Rust, Go, Python and Ruby, but also odd ones like Nim, Haskell, Julia and Elm.

Installs: 38 | Stars: 249 | Last update: 27 Nov 2019
Installs: 37 | Stars: 249 | Last update: 27 Nov 2019


Chrome extension which helps you not to miss important changes in your news thread related to your repo
Expand All @@ -225,7 +225,7 @@ Installs: 65 | Stars: 140 | Last update: 6 Apr 2023

Displays your GitHub notifications unread count. Supports GitHub Enterprise and an option to only show unread count for issues you're participating in. You can click the icon to quickly see your unread notifications.

Installs: 534 | Stars: 1794 | Last update: 24 Apr 2024
Installs: 536 | Stars: 1794 | Last update: 24 Apr 2024


Filter your pull requests/issues in different categories giving you a big boost in productivity. Also suggests new trending repositories.
Expand All @@ -235,7 +235,7 @@ Installs: 1 | Stars: 138 | Last update: 16 Jan 2020

OctoLinker is the easiest and best way to navigate between files and projects on GitHub. It supports languages such as JavaScript, Ruby, Go, PHP, JAVA and more. It works with package.json as well as with Gemfiles.

Installs: 12853 | Stars: 5243 | Last update: 13 Nov 2022
Installs: 12855 | Stars: 5243 | Last update: 13 Nov 2022


OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: [Don't link to line numbers in GitHub](https://news.ycombinator.com/item?id=8046710).
Expand All @@ -252,12 +252,12 @@ Installs: 4000 | Stars: 962 | Last update: n/a

Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories.

Installs: 37412 | Stars: 22691 | Last update: 5 Apr 2024
Installs: 37395 | Stars: 22692 | Last update: 5 Apr 2024


Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).

Installs: 70 | Stars: 224 | Last update: 6 Aug 2021
Installs: 69 | Stars: 224 | Last update: 6 Aug 2021


This browser extension allows you to open files in your IDE directly from GitHub, assuming the repository you are working on is cloned on your computer. When a fragment of a file is displayed, your IDE opens the file and puts the cursor at the desired line.
Expand All @@ -277,7 +277,7 @@ Installs: 2 | Stars: 96 | Last update: 15 Oct 2020

Extension that simplifies the GitHub interface and adds useful features.

Installs: 8530 | Stars: 23114 | Last update: 9 Apr 2024
Installs: 8521 | Stars: 23120 | Last update: 9 Apr 2024


Are they tabs? Are they spaces? How many? Never wonder again! Renders spaces as `·` and tabs as `` in all the code on GitHub.
Expand All @@ -298,7 +298,7 @@ The Sourcegraph browser extension gives GitHub IDE-like powers when you're viewi
4. Hover tooltips
5. File tree navigation

Installs: 943 | Stars: 9730 | Last update: 14 Apr 2023
Installs: 938 | Stars: 9731 | Last update: 14 Apr 2023


Make tab indented code more readable by forcing the tab size to 4 instead of 8.
Expand All @@ -323,12 +323,12 @@ Installs: 70000 | Stars: n/a | Last update: n/a

All your issues, PRs, repos and other work documents right in your new tab

Installs: 154 | Stars: n/a | Last update: n/a
Installs: 152 | Stars: n/a | Last update: n/a


file tree for github, and more than that.

Installs: 337 | Stars: n/a | Last update: 29 Mar 2024
Installs: 336 | Stars: n/a | Last update: 29 Mar 2024


Add breakpoints at 1400px, 1600px and 1800px for full GitHub experience on large screens. Also removes the truncating of file and directory names in the repository browser.
Expand All @@ -338,7 +338,7 @@ Installs: 2000 | Stars: 131 | Last update: n/a

gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by vs code.

Installs: 2321 | Stars: 138 | Last update: 7 Mar 2024
Installs: 2314 | Stars: 138 | Last update: 7 Mar 2024


When viewing a repository on github.com that has a package.json file, this extension will introspect the dependencies in package.json and display links and description for each dependency, just below the repo's README.
Expand Down
Loading

0 comments on commit c434be4

Please sign in to comment.