From 454bf8a1c5d36e8b388ea083dbc2918e3c341803 Mon Sep 17 00:00:00 2001 From: Tejo Date: Sun, 1 Oct 2023 14:17:19 +0530 Subject: [PATCH 1/6] added badge to algo --- @beautiful-tree/algorithms/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/@beautiful-tree/algorithms/README.md b/@beautiful-tree/algorithms/README.md index 958187f..8d0b46b 100644 --- a/@beautiful-tree/algorithms/README.md +++ b/@beautiful-tree/algorithms/README.md @@ -1,5 +1,13 @@ # Beautiful-Tree Algorithms +## Badges +[![NPM version (BeautifulTree Algorithms)](https://img.shields.io/npm/v/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![TypeScript (BeautifulTree Algorithms)](https://badgen.net/npm/types/@beautiful-tree/algorithms)](http://www.typescriptlang.org/) +[![License (BeautifulTree Algorithms)](https://badgen.net/npm/license/@beautiful-tree/algorithms)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree Algorithms)](https://img.shields.io/npm/dm/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![Known Vulnerabilities (BeautifulTree Algorithms)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree Algorithms)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Falgorithms/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/algorithms) + ## Other members of the family This is the "core" of the BeautifulTree library. If you are looking for From 79e4e78f8d71e8b2f2c4d35a29efbb7d1090f44c Mon Sep 17 00:00:00 2001 From: Tejo Date: Sun, 1 Oct 2023 14:18:41 +0530 Subject: [PATCH 2/6] added badge to react --- @beautiful-tree/react/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/@beautiful-tree/react/README.md b/@beautiful-tree/react/README.md index d90fa80..858b997 100644 --- a/@beautiful-tree/react/README.md +++ b/@beautiful-tree/react/README.md @@ -15,6 +15,13 @@ Some of its hightlights: - Very lightweight (3.9Kb in its minimised ESM form, and 4.2Kb in its UMD form) - The generated trees can be styled with CSS +## Badges +[![NPM version (BeautifulTree React Lib)](https://img.shields.io/npm/v/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![TypeScript (BeautifulTree React Lib)](https://badgen.net/npm/types/@beautiful-tree/react)](http://www.typescriptlang.org/) +[![License (BeautifulTree React Lib)](https://badgen.net/npm/license/@beautiful-tree/react)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree React Lib)](https://img.shields.io/npm/dm/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![Known Vulnerabilities (BeautifulTree React Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree React Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Freact/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/react) ## Other members of the family This is the "React variant" of the BeautifulTree library. If you are looking From 301cfbc024223280a8994f732cd7f76cb52cdfe5 Mon Sep 17 00:00:00 2001 From: Tejo Date: Sun, 1 Oct 2023 14:19:22 +0530 Subject: [PATCH 3/6] added badge to types --- @beautiful-tree/types/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/@beautiful-tree/types/README.md b/@beautiful-tree/types/README.md index 8cd59df..ba5bc2f 100644 --- a/@beautiful-tree/types/README.md +++ b/@beautiful-tree/types/README.md @@ -1,5 +1,12 @@ # Beautiful-Tree Types +## Badges +[![NPM version (BeautifulTree Types Lib)](https://img.shields.io/npm/v/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![TypeScript (BeautifulTree Types Lib)](https://badgen.net/npm/types/@beautiful-tree/types)](http://www.typescriptlang.org/) +[![License (BeautifulTree Types Lib)](https://badgen.net/npm/license/@beautiful-tree/types)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree Types Lib)](https://img.shields.io/npm/dm/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![Known Vulnerabilities (BeautifulTree Types Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree Types Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Ftypes/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/types) ## Other members of the family This is the "types lib" of the BeautifulTree library. If you are looking for From 30cfaeff3b3481db8d276cd9bf6e300995ce1889 Mon Sep 17 00:00:00 2001 From: Tejo Date: Sun, 1 Oct 2023 14:20:27 +0530 Subject: [PATCH 4/6] added badges --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 3fa97af..bbba3ee 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,33 @@ technologies such as Vue. - [How to create a React components dual library (ESM+CJS)](https://blog.coderspirit.xyz/blog/2023/09/15/create-a-react-component-lib/): It covers some of the technical decisions behind this library to offer CJS & ESM support at the same time. + +## Beautiful-Tree Badges + +### BeautifulTree Algorithms Lib + +[![NPM version (BeautifulTree Algorithms Lib)](https://img.shields.io/npm/v/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![TypeScript (BeautifulTree Algorithms Lib)](https://badgen.net/npm/types/@beautiful-tree/algorithms)](http://www.typescriptlang.org/) +[![License (BeautifulTree Algorithms Lib)](https://badgen.net/npm/license/@beautiful-tree/algorithms)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree Algorithms Lib)](https://img.shields.io/npm/dm/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![Known Vulnerabilities (BeautifulTree Algorithms Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree Algorithms Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Falgorithms/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/algorithms) + +### BeautifulTree React Lib + +[![NPM version (BeautifulTree React Lib)](https://img.shields.io/npm/v/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![TypeScript (BeautifulTree React Lib)](https://badgen.net/npm/types/@beautiful-tree/react)](http://www.typescriptlang.org/) +[![License (BeautifulTree React Lib)](https://badgen.net/npm/license/@beautiful-tree/react)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree React Lib)](https://img.shields.io/npm/dm/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![Known Vulnerabilities (BeautifulTree React Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree React Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Freact/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/react) + +### BeautifulTree Types Lib + +[![NPM version (BeautifulTree Types Lib)](https://img.shields.io/npm/v/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![TypeScript (BeautifulTree Types Lib)](https://badgen.net/npm/types/@beautiful-tree/types)](http://www.typescriptlang.org/) +[![License (BeautifulTree Types Lib)](https://badgen.net/npm/license/@beautiful-tree/types)](https://opensource.org/licenses/MIT) +[![npm downloads (BeautifulTree Types Lib)](https://img.shields.io/npm/dm/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![Known Vulnerabilities (BeautifulTree Types Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (BeautifulTree Types Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Ftypes/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/types) + From 5dcc815b588b0dd59fb2ba50835875d5e070a2bf Mon Sep 17 00:00:00 2001 From: Tejo Date: Sat, 7 Oct 2023 23:41:54 +0530 Subject: [PATCH 5/6] did the changes --- @beautiful-tree/algorithms/README.md | 14 +++++++------- @beautiful-tree/react/README.md | 14 +++++++------- @beautiful-tree/types/README.md | 13 ++++++------- README.md | 2 +- 4 files changed, 21 insertions(+), 22 deletions(-) diff --git a/@beautiful-tree/algorithms/README.md b/@beautiful-tree/algorithms/README.md index 8d0b46b..eb78ae3 100644 --- a/@beautiful-tree/algorithms/README.md +++ b/@beautiful-tree/algorithms/README.md @@ -1,12 +1,12 @@ # Beautiful-Tree Algorithms -## Badges -[![NPM version (BeautifulTree Algorithms)](https://img.shields.io/npm/v/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) -[![TypeScript (BeautifulTree Algorithms)](https://badgen.net/npm/types/@beautiful-tree/algorithms)](http://www.typescriptlang.org/) -[![License (BeautifulTree Algorithms)](https://badgen.net/npm/license/@beautiful-tree/algorithms)](https://opensource.org/licenses/MIT) -[![npm downloads (BeautifulTree Algorithms)](https://img.shields.io/npm/dm/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) -[![Known Vulnerabilities (BeautifulTree Algorithms)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) -[![Security Score (BeautifulTree Algorithms)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Falgorithms/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/algorithms) + +[![NPM version (beautiful-tree)](https://img.shields.io/npm/v/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![TypeScript (beautiful-tree)](https://badgen.net/npm/types/@beautiful-tree/algorithms)](http://www.typescriptlang.org/) +[![License (beautiful-tree)](https://badgen.net/npm/license/@beautiful-tree/algorithms)](https://opensource.org/licenses/MIT) +[![npm downloads (beautiful-tree)](https://img.shields.io/npm/dm/@beautiful-tree/algorithms.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/algorithms) +[![Known Vulnerabilities (beautiful-tree)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (beautiful-tree)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Falgorithms/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/algorithms) ## Other members of the family diff --git a/@beautiful-tree/react/README.md b/@beautiful-tree/react/README.md index 858b997..1b67358 100644 --- a/@beautiful-tree/react/README.md +++ b/@beautiful-tree/react/README.md @@ -15,13 +15,13 @@ Some of its hightlights: - Very lightweight (3.9Kb in its minimised ESM form, and 4.2Kb in its UMD form) - The generated trees can be styled with CSS -## Badges -[![NPM version (BeautifulTree React Lib)](https://img.shields.io/npm/v/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) -[![TypeScript (BeautifulTree React Lib)](https://badgen.net/npm/types/@beautiful-tree/react)](http://www.typescriptlang.org/) -[![License (BeautifulTree React Lib)](https://badgen.net/npm/license/@beautiful-tree/react)](https://opensource.org/licenses/MIT) -[![npm downloads (BeautifulTree React Lib)](https://img.shields.io/npm/dm/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) -[![Known Vulnerabilities (BeautifulTree React Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) -[![Security Score (BeautifulTree React Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Freact/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/react) + +[![NPM version (beautiful-tree)](https://img.shields.io/npm/v/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![TypeScript (beautiful-tree)](https://badgen.net/npm/types/@beautiful-tree/react)](http://www.typescriptlang.org/) +[![License (beautiful-tree)](https://badgen.net/npm/license/@beautiful-tree/react)](https://opensource.org/licenses/MIT) +[![npm downloads (beautiful-tree)](https://img.shields.io/npm/dm/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![Known Vulnerabilities (beautiful-tree)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (beautiful-tree)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Freact/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/react) ## Other members of the family This is the "React variant" of the BeautifulTree library. If you are looking diff --git a/@beautiful-tree/types/README.md b/@beautiful-tree/types/README.md index ba5bc2f..061c86d 100644 --- a/@beautiful-tree/types/README.md +++ b/@beautiful-tree/types/README.md @@ -1,12 +1,11 @@ # Beautiful-Tree Types -## Badges -[![NPM version (BeautifulTree Types Lib)](https://img.shields.io/npm/v/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) -[![TypeScript (BeautifulTree Types Lib)](https://badgen.net/npm/types/@beautiful-tree/types)](http://www.typescriptlang.org/) -[![License (BeautifulTree Types Lib)](https://badgen.net/npm/license/@beautiful-tree/types)](https://opensource.org/licenses/MIT) -[![npm downloads (BeautifulTree Types Lib)](https://img.shields.io/npm/dm/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) -[![Known Vulnerabilities (BeautifulTree Types Lib)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) -[![Security Score (BeautifulTree Types Lib)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Ftypes/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/types) +[![NPM version (beautiful-tree)](https://img.shields.io/npm/v/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![TypeScript (beautiful-tree)](https://badgen.net/npm/types/@beautiful-tree/types)](http://www.typescriptlang.org/) +[![License (beautiful-tree)](https://badgen.net/npm/license/@beautiful-tree/types)](https://opensource.org/licenses/MIT) +[![npm downloads (beautiful-tree)](https://img.shields.io/npm/dm/@beautiful-tree/types.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/types) +[![Known Vulnerabilities (beautiful-tree)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (beautiful-tree)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Ftypes/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/types) ## Other members of the family This is the "types lib" of the BeautifulTree library. If you are looking for diff --git a/README.md b/README.md index bbba3ee..67bb745 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Some of its hightlights: - Very lightweight (3.9Kb in its minimised ESM form, and 4.2Kb in its UMD form) - The generated trees can be styled with CSS -For now there is only a React variant, but we'll extend the support for other +For now there is only a React variant, but we'll extend the support for other technologies such as Vue. ## Packages in this repository: From 9c496d8fd01b1f22020e686823834d4b73f44037 Mon Sep 17 00:00:00 2001 From: Tejo Date: Sat, 7 Oct 2023 23:57:08 +0530 Subject: [PATCH 6/6] did changed the nominal to beautiful tree --- @beautiful-tree/react/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/@beautiful-tree/react/README.md b/@beautiful-tree/react/README.md index 1b67358..8fb32d1 100644 --- a/@beautiful-tree/react/README.md +++ b/@beautiful-tree/react/README.md @@ -1,5 +1,12 @@ # Beautiful-Tree +[![NPM version (beautiful-tree)](https://img.shields.io/npm/v/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![TypeScript (beautiful-tree)](https://badgen.net/npm/types/@beautiful-tree/react)](http://www.typescriptlang.org/) +[![License (beautiful-tree)](https://badgen.net/npm/license/@beautiful-tree/react)](https://opensource.org/licenses/MIT) +[![npm downloads (beautiful-tree)](https://img.shields.io/npm/dm/@beautiful-tree/react.svg?style=flat)](https://www.npmjs.com/package/@beautiful-tree/react) +[![Known Vulnerabilities (beautiful-tree)](https://snyk.io//test/github/Coder-Spirit/nominal/badge.svg?targetFile=package.json)](https://snyk.io//test/github/Coder-Spirit/nominal?targetFile=package.json) +[![Security Score (beautiful-tree)](https://snyk-widget.herokuapp.com/badge/npm/@beautiful-tree%2Freact/badge.svg)](https://snyk.io/advisor/npm-package/@beautiful-tree/react) +