An open API service indexing awesome lists of open source software.

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.

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!