File tree Expand file tree Collapse file tree 4 files changed +53
-1
lines changed Expand file tree Collapse file tree 4 files changed +53
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Beautiful-Tree Algorithms
2
+
3
+ ## Other members of the family
4
+
5
+ This is the "core" of the BeautifulTree library. If you are looking for
6
+ for integration with other technologies such as React or Vue, check the
7
+ [ main README.md] ( https://github.com/Coder-Spirit/beautiful-tree?tab=readme-ov-file#beautiful-tree )
8
+ file of the project's repository.
9
+
10
+ ## Install
11
+
12
+ ``` bash
13
+ # With NPM
14
+ npm install @beautiful-tree/algorithms
15
+
16
+ # With Yarn
17
+ yarn add @beautiful-tree/algorithms
18
+
19
+ # With PNPM
20
+ pnpm add @beautiful-tree/algorithms
21
+ ```
22
+
23
+ ## Basic Usage
24
+
25
+ TODO: Document algorithms library
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Some of its hightlights:
15
15
- Very lightweight (3.9Kb in its minimised ESM form, and 4.2Kb in its UMD form)
16
16
- The generated trees can be styled with CSS
17
17
18
- ## React Variant
18
+ ## Other members of the family
19
19
20
20
This is the "React variant" of the BeautifulTree library. If you are looking
21
21
for integration with other technologies such as Vue, check the
Original file line number Diff line number Diff line change
1
+ # Beautiful-Tree Types
2
+
3
+ ## Other members of the family
4
+
5
+ This is the "types lib" of the BeautifulTree library. If you are looking for
6
+ for integration with other technologies such as React or Vue, check the
7
+ [ main README.md] ( https://github.com/Coder-Spirit/beautiful-tree?tab=readme-ov-file#beautiful-tree )
8
+ file of the project's repository.
9
+
10
+ ## Install
11
+
12
+ ``` bash
13
+ # With NPM
14
+ npm install @beautiful-tree/types
15
+
16
+ # With Yarn
17
+ yarn add @beautiful-tree/types
18
+
19
+ # With PNPM
20
+ pnpm add @beautiful-tree/types
21
+ ```
22
+
23
+ ## Basic Usage
24
+
25
+ TODO: Document types library
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ technologies such as Vue.
20
20
21
21
## Packages in this repository:
22
22
23
+ - [ @beautiful-tree/algorithms ] ( @beautiful-tree/algorithms/README.md )
23
24
- [ @beautiful-tree/react ] ( @beautiful-tree/react/README.md )
25
+ - [ @beautiful-tree/types ] ( @beautiful-tree/types/README.md )
24
26
25
27
## Community
26
28
You can’t perform that action at this time.
0 commit comments