https://github.com/devgauravjatt/nodedevtable
NodeDevTable is a versatile tool that simplifies the creation of dependency tables both as a CLI tool and a VS Code extension. It enhances project readability and ensures proper documentation.
https://github.com/devgauravjatt/nodedevtable
cli-app node-markdown nodejs-cli-app npm-cli
Last synced: 4 months ago
JSON representation
NodeDevTable is a versatile tool that simplifies the creation of dependency tables both as a CLI tool and a VS Code extension. It enhances project readability and ensures proper documentation.
- Host: GitHub
- URL: https://github.com/devgauravjatt/nodedevtable
- Owner: devgauravjatt
- Created: 2024-04-28T00:38:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T11:20:01.000Z (about 1 year ago)
- Last Synced: 2025-02-19T22:48:15.610Z (4 months ago)
- Topics: cli-app, node-markdown, nodejs-cli-app, npm-cli
- Language: JavaScript
- Homepage: https://devgauravjatt.github.io/NodeDevTable/
- Size: 344 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 😎 NodeDevTable: Your CLI Tool for Dependency Tables and VS Code Extension
NodeDevTable is a versatile tool that simplifies the creation of dependency tables both as a CLI tool and a VS Code extension. It enhances project readability and ensures proper documentation.
### 💻 Installation and Usage
#### CLI Tool:
To install NodeDevTable as a CLI tool, use npm:
```
npm i -g nodedevtable
```After installation, run NodeDevTable with:
```
nodedevtable
```#### VS Code Extension:
NodeDevTable is also available as a VS Code extension. You can install it directly from the Visual Studio Code Marketplace or by searching "NodeDevTable" in the Extensions view of VS Code.
## ⬇ Demo
##
This project uses the following dependencies -
###
Dependencies :-
| Package Name | Version |
| :---------------- | :------ |
| @inquirer/prompts | ^5.0.2 |
| boxen | ^7.1.1 |
| chalk | ^5.3.0 |
| chalk-animation | ^2.0.3 |
| figlet | ^1.7.0 |
| markdown-table-ts | ^1.0.3 |
| nanospinner | ^1.1.0 |###
Dev Dependencies :-
| Package Name | Version |
| :--------------------- | :------- |
| @types/chalk-animation | ^1.6.3 |
| @types/figlet | ^1.5.8 |
| @types/node | ^20.12.7 |
| ts-node | ^10.9.2 |
| typescript | ^5.4.5 |Got it! Here's a refined version of NodeDevTable with improvements and an added VS Code extension:
#### VS Code Extension:
You can generate dependency tables directly within VS Code by invoking the NodeDevTable extension. Simply open the Command Palette (Ctrl/Cmd + Shift + P) and search for "NodeDevTable: Generate Dependency Table".
### 🚀 Get Started!
NodeDevTable simplifies dependency documentation, whether you prefer CLI or VS Code. Install it today and streamline your project management!