@crashbytes/dendro 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/README.md +18 -16
  3. package/package.json +10 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to dendro will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.1] - 2025-10-13
9
+
10
+ ### Fixed
11
+ - Updated all GitHub repository links from dendron to dendro
12
+ - Added repository, bugs, and homepage fields to package.json
13
+ - Corrected GitHub URLs in README.md and CHANGELOG.md
14
+
8
15
  ## [1.0.0] - 2025-10-13
9
16
 
10
17
  ### Added
@@ -29,4 +36,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
36
  - 📊 Built-in statistics
30
37
  - 🔧 Both CLI and API
31
38
 
32
- [1.0.0]: https://github.com/CrashBytes/dendron/releases/tag/v1.0.0
39
+ [1.0.1]: https://github.com/CrashBytes/dendro/releases/tag/v1.0.1
40
+ [1.0.0]: https://github.com/CrashBytes/dendro/releases/tag/v1.0.0
package/README.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # dendro 🌳
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40crashbytes%2Fdendro.svg)](https://www.npmjs.com/package/@crashbytes/dendro)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@crashbytes/dendro.svg)](https://npmjs.org/package/@crashbytes/dendro)
5
+ [![Node version](https://img.shields.io/node/v/@crashbytes/dendro.svg?style=flat)](https://nodejs.org)
4
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![GitHub issues](https://img.shields.io/github/issues/CrashBytes/dendron)](https://github.com/CrashBytes/dendron/issues)
6
- [![GitHub stars](https://img.shields.io/github/stars/CrashBytes/dendron)](https://github.com/CrashBytes/dendron/stargazers)
7
+ [![GitHub issues](https://img.shields.io/github/issues/CrashBytes/dendro)](https://github.com/CrashBytes/dendro/issues)
8
+ [![GitHub stars](https://img.shields.io/github/stars/CrashBytes/dendro)](https://github.com/CrashBytes/dendro/stargazers)
7
9
 
8
10
  **dendro** (δένδρο) - from the Greek word for "tree"
9
11
 
10
12
  A beautiful, fast directory tree visualization CLI with intuitive file type icons.
11
13
 
12
- 🔗 **[GitHub Repository](https://github.com/CrashBytes/dendron)** | 📦 **[npm Package](https://www.npmjs.com/package/@crashbytes/dendro)**
14
+ 🔗 **[GitHub Repository](https://github.com/CrashBytes/dendro)** | 📦 **[npm Package](https://www.npmjs.com/package/@crashbytes/dendro)**
13
15
 
14
16
  ---
15
17
 
@@ -54,8 +56,8 @@ npx @crashbytes/dendro
54
56
  ### From Source (GitHub)
55
57
 
56
58
  ```bash
57
- git clone https://github.com/CrashBytes/dendron.git
58
- cd dendron
59
+ git clone https://github.com/CrashBytes/dendro.git
60
+ cd dendro
59
61
  npm install
60
62
  npm link
61
63
  ```
@@ -272,7 +274,7 @@ console.log(`Build output: ${stats.files} files in ${stats.directories} director
272
274
 
273
275
  ## Examples
274
276
 
275
- See the [`/examples`](https://github.com/CrashBytes/dendron/tree/main/examples) directory for more usage examples:
277
+ See the [`/examples`](https://github.com/CrashBytes/dendro/tree/main/examples) directory for more usage examples:
276
278
  - `basic-usage.js` - Simple tree visualization
277
279
  - `advanced-usage.js` - Custom filtering and statistics
278
280
 
@@ -280,11 +282,11 @@ See the [`/examples`](https://github.com/CrashBytes/dendron/tree/main/examples)
280
282
 
281
283
  We welcome contributions! Here's how you can help:
282
284
 
283
- 1. **Fork the repository** on [GitHub](https://github.com/CrashBytes/dendron)
285
+ 1. **Fork the repository** on [GitHub](https://github.com/CrashBytes/dendro)
284
286
  2. **Clone your fork**
285
287
  ```bash
286
- git clone https://github.com/YOUR-USERNAME/dendron.git
287
- cd dendron
288
+ git clone https://github.com/YOUR-USERNAME/dendro.git
289
+ cd dendro
288
290
  npm install
289
291
  ```
290
292
  3. **Create a feature branch**
@@ -316,7 +318,7 @@ We welcome contributions! Here's how you can help:
316
318
 
317
319
  ## Bug Reports & Feature Requests
318
320
 
319
- Found a bug or have a feature request? Please open an issue on [GitHub Issues](https://github.com/CrashBytes/dendron/issues).
321
+ Found a bug or have a feature request? Please open an issue on [GitHub Issues](https://github.com/CrashBytes/dendro/issues).
320
322
 
321
323
  When reporting bugs, please include:
322
324
  - Your OS and Node.js version
@@ -336,8 +338,8 @@ npm test
336
338
 
337
339
  ```bash
338
340
  # Clone the repository
339
- git clone https://github.com/CrashBytes/dendron.git
340
- cd dendron
341
+ git clone https://github.com/CrashBytes/dendro.git
342
+ cd dendro
341
343
 
342
344
  # Install dependencies
343
345
  npm install
@@ -351,11 +353,11 @@ dendro ~/test-directory
351
353
 
352
354
  ## Changelog
353
355
 
354
- See [CHANGELOG.md](https://github.com/CrashBytes/dendron/blob/main/CHANGELOG.md) for version history.
356
+ See [CHANGELOG.md](https://github.com/CrashBytes/dendro/blob/main/CHANGELOG.md) for version history.
355
357
 
356
358
  ## License
357
359
 
358
- MIT License - see [LICENSE](https://github.com/CrashBytes/dendron/blob/main/LICENSE) file for details.
360
+ MIT License - see [LICENSE](https://github.com/CrashBytes/dendro/blob/main/LICENSE) file for details.
359
361
 
360
362
  ## Author
361
363
 
@@ -368,14 +370,14 @@ MIT License - see [LICENSE](https://github.com/CrashBytes/dendron/blob/main/LICE
368
370
 
369
371
  Built with ❤️ for developers who love beautiful CLIs.
370
372
 
371
- Special thanks to all [contributors](https://github.com/CrashBytes/dendron/graphs/contributors) who help make dendro better!
373
+ Special thanks to all [contributors](https://github.com/CrashBytes/dendro/graphs/contributors) who help make dendro better!
372
374
 
373
375
  ---
374
376
 
375
377
  ## Support
376
378
 
377
379
  If you find dendro useful, please:
378
- - ⭐ Star the project on [GitHub](https://github.com/CrashBytes/dendron)
380
+ - ⭐ Star the project on [GitHub](https://github.com/CrashBytes/dendro)
379
381
  - 🐦 Share it on social media
380
382
  - 📝 Write a blog post about it
381
383
  - 💬 Tell your developer friends
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@crashbytes/dendro",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A beautiful directory tree visualization CLI with file type icons - dendro (δένδρο) means 'tree' in Greek",
5
5
  "main": "index.js",
6
6
  "bin": {
7
- "dendro": "./bin/cli.js"
7
+ "dendro": "bin/cli.js"
8
8
  },
9
9
  "scripts": {
10
10
  "test": "node test.js"
@@ -19,6 +19,14 @@
19
19
  ],
20
20
  "author": "CrashBytes",
21
21
  "license": "MIT",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/CrashBytes/dendro.git"
25
+ },
26
+ "bugs": {
27
+ "url": "https://github.com/CrashBytes/dendro/issues"
28
+ },
29
+ "homepage": "https://github.com/CrashBytes/dendro#readme",
22
30
  "dependencies": {
23
31
  "commander": "^11.1.0",
24
32
  "chalk": "^4.1.2"