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.
To install NodeDevTable as a CLI tool, use npm:
npm i -g nodedevtable
After installation, run NodeDevTable with:
nodedevtable
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.
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 |
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:
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".
NodeDevTable simplifies dependency documentation, whether you prefer CLI or VS Code. Install it today and streamline your project management!