
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
structure-maker
Advanced tools
Keywords:
directory-tree
,folder-structure
,file-explorer
,project-visualization
,markdown-generator
,documentation-tool
,dev-utility
,file-system-scanner
Generate beautiful folder structure visualizations with tech-specific icons for documentation, sharing, or analysis.
npm install -g structure-maker
npm install structure-maker
Navigate to the directory you want to visualize and run:
structure-maker
This will:
folder-structure.md
file with detailed documentationOption | Description |
---|---|
--depth | Maximum depth to traverse (default: infinite) |
--ignore | Comma-separated patterns to ignore |
Limit directory depth:
structure-maker --depth 2
Ignore specific folders or files:
structure-maker --ignore dist,build,temp
Combine options:
structure-maker --depth 3 --ignore logs,temp
The tool generates a Markdown file (folder-structure.md
) with:
Example terminal output:
project-root/
├─ 📁 src
│ ├─ 📁 components
│ │ ├─ 💻 Button.js (2.3 KB)
│ │ └─ 💻 Header.js (1.7 KB)
│ └─ 💻 index.js (0.5 KB)
├─ 📁 docs
│ └─ 📜 README.md (3.2 KB)
└─ 📊 package.json (1.1 KB)
Extension | Icon | Description |
---|---|---|
.js , .ts , .py , .java | 💻 | Code files |
.md , .txt | 📜 | Text documents |
.json | 📊 | Data files |
.jpg , .png , .gif | 🖼️ | Image files |
.mp4 , .avi | 🎥 | Video files |
.mp3 , .wav | 🎵 | Audio files |
.pdf , .docx | 📚 | Document files |
Other | 📄 | Generic files |
Contributions are welcome and appreciated! Here's how you can contribute:
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the ISC License - see the LICENSE file for details.
Chauhan Yuvraj
Made with ❤️ for developers who love clean documentation
FAQs
Generate a folder structure with tech-specific icons
The npm package structure-maker receives a total of 1 weekly downloads. As such, structure-maker popularity was classified as not popular.
We found that structure-maker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.