Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
add shields & fix composables link
  • Loading branch information
homj authored Nov 19, 2023
1 parent 6f7df83 commit 34fb7e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Angular Extensions

[![License](https://img.shields.io/github/license/bynaryDE/eslint-config)](https://github.com/bynaryDE/angular-extensions/blob/main/LICENSE.md)

This workspace contains a set of libraries to help you build Angular applications faster.

## Libraries

| Name | Description |
|-----------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| [@bynary/composables](libs/composables/README.md) | A set of composable functions to help you build Angular applications faster. Based on signals |
| Name | NPM | Description |
|-----------------------------------------------------------|-----|------------------------------------------------------------------------------------------------|
| [@bynary/composables](libs/composables/) | [![npm](https://img.shields.io/npm/v/%40bynary%2Fcomposables)](https://www.npmjs.com/package/@bynary/composables) | A set of composable functions to help you build Angular applications faster. Based on signals |

0 comments on commit 34fb7e8

Please sign in to comment.