Skip to content

Commit 0b0b35b

Browse files
committed
docs(project): add description property
1 parent 2a43ff1 commit 0b0b35b

File tree

25 files changed

+61
-49
lines changed

25 files changed

+61
-49
lines changed

packages/binlog/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Binlog
22

3-
![license](https://img.shields.io/npm/l/%40andrew_l%2Fbinlog) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fbinlog) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fbinlog) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Fbinlog)
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fbinlog)
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fbinlog)
66

77
A high-performance binary logging system for Node.js applications, inspired by VK's KPHP KDB binlog implementation. This library provides a robust, efficient way to record and replay binary log entries with integrity checking and rotation support.
88

packages/binlog/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@andrew_l/binlog",
3+
"description": "A high-performance binary logging system for Node.js applications.",
34
"version": "0.2.17",
45
"license": "MIT",
56
"type": "module",

packages/context/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Context Toolkit <!-- omit in toc -->
1+
# Context Toolkit
22

3-
![license](https://img.shields.io/npm/l/%40andrew_l%2Fcontext) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fcontext) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fcontext) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Fcontext)
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fcontext)
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fcontext)
66

77
A lightweight toolkit to bind asynchronous contexts, inspired by Vue's Composition API. Easily provide and inject values across asynchronous scopes with support for scoped disposal.
88

packages/context/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@andrew_l/context",
3+
"description": "Like composition api but for Node.",
34
"version": "0.2.17",
45
"license": "MIT",
56
"type": "module",

packages/core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Toolkit <!-- omit in toc -->
1+
# Toolkit
22

3-
![license](https://img.shields.io/npm/l/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftoolkit) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Ftoolkit)
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Ftoolkit)
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Ftoolkit)
66

77
A personal collection of utility JavaScript functions that have been developed and refined over the years. This toolkit contains a variety of helper functions aimed at making everyday JavaScript tasks easier, more efficient, and maintainable.
88

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@andrew_l/toolkit",
3+
"description": "General utility functions",
34
"version": "0.2.17",
45
"license": "MIT",
56
"type": "module",

packages/dom/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DOM Toolkit <!-- omit in toc -->
1+
# DOM Toolkit
22

3-
![license](https://img.shields.io/npm/l/%40andrew_l%2Fdom) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fdom) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fdom) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Fdom)
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fdom)
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fdom)
66

77
This package provides a set of utility functions for common DOM tasks, including handling animations, clipboard operations, and smooth scrolling. These utilities simplify JavaScript development, making it easier to implement dynamic, interactive features while improving performance and user experience.
88

packages/dom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@andrew_l/dom",
3+
"description": "Utility functions to simplify animations, clipboard operations, and smooth scrolling.",
34
"version": "0.2.17",
45
"license": "MIT",
56
"type": "module",

packages/graceful/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Graceful Shutdown Toolkit <!-- omit in toc -->
1+
# Graceful Shutdown Toolkit
22

3-
![license](https://img.shields.io/npm/l/%40andrew_l%2Fgraceful) <!-- omit in toc -->
4-
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fgraceful) <!-- omit in toc -->
5-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fgraceful) <!-- omit in toc -->
3+
![license](https://img.shields.io/npm/l/%40andrew_l%2Fgraceful)
4+
![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fgraceful)
5+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fgraceful)
66

77
This package helps gracefully shut down applications by managing dependencies during the shutdown process. It ensures that important cleanup tasks, such as closing database connections or stopping services, are completed before the application exits.
88

packages/graceful/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@andrew_l/graceful",
3+
"description": "Utility to manage application shutdown.",
34
"version": "0.2.17",
45
"license": "MIT",
56
"type": "module",

0 commit comments

Comments
 (0)