Skip to content

Commit b4ba337

Browse files
ci: add npm badges
1 parent aaa84ee commit b4ba337

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# DataKitchen's front end monorepo
22
![CI build status](https://github.com/DataKitchen/ngx-toolkit/actions/workflows/main.yml/badge.svg)
33

4+
45
Welcome to the DataKitchen `ngx-toolkit` monorepo! This repository houses a collection of libraries developed by our Front End team to address common tasks that Angular developers encounter on a daily basis. These libraries are split into <!-- three --> two npm packages:
56
- @datakitchen/ngx-toolkit
67
> Provides solutions and best practices for implementing and synchronizing various features, including search inputs, pagination, and persistence using localStorage or query parameters. Also contains mocking utilities, a simplified version of Angular's typed reactive forms, and other small utilities that any Angular developer may need. See [ngx-toolkit's readme](https://github.com/DataKitchen/ngx-toolkit/blob/master/projects/core/README.md)

projects/core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Datakitchen's ngx-toolkit :rocket:
2+
[![@datakitchen/ngx-toolkit](https://badge.fury.io/js/@datakitchen%2Fngx-toolkit.svg)](https://badge.fury.io/js/@datakitchen%2Fngx-toolkit)
3+
24

35
This library contains a collection of utilities for Angular applications. There are three categories of utilities:
46
- General utilities such as a `@Memoize` decorator and a wrapper around the browser `localStorage`.

projects/ngx-monaco-editor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @datakitchen/ngx-monaco-editor
2+
[![@datakitchen/ngx-monaco-editor](https://badge.fury.io/js/@datakitchen%2Fngx-monaco-editor.svg)](https://badge.fury.io/js/@datakitchen%2Fngx-monaco-editor)
23

34
[Microsoft's Monaco editor](https://microsoft.github.io/monaco-editor/) wrapper for Angular.
45
> Material forms version!

0 commit comments

Comments
 (0)