You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

structure-maker

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

structure-maker - npm Package Compare versions

Comparing version

to
1.0.7

12

package.json
{
"name": "structure-maker",
"version": "1.0.6",
"version": "1.0.7",
"description": "Generate a folder structure with tech-specific icons",
"keywords": [
"directory-tree",
"folder-structure",
"file-explorer",
"project-visualization",
"markdown-generator",
"documentation-tool",
"dev-utility",
"file-system-scanner"
],
"main": "generateFolderStructure.js",

@@ -6,0 +16,0 @@ "bin": {

@@ -6,2 +6,4 @@ # structure-maker

> 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.

@@ -108,10 +110,31 @@

Contributions are welcome! Please feel free to submit a Pull Request.
Contributions are welcome and appreciated! Here's how you can contribute:
### Bug Reports & Feature Requests
- Use the GitHub Issues tab to report bugs or suggest features
- Clearly describe the issue including steps to reproduce when it is a bug
- Make sure to include your environment details (OS, Node.js version)
### Development Process
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
3. Make your changes
4. Run tests if available
5. Commit your changes (`git commit -m 'Add some amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request
### Ideas for Contributions
- Add more file type icons
- Improve the markdown output formatting
- Add export options for different formats (JSON, HTML, etc.)
- Create a web UI version
- Add stats visualization
- Improve performance for large directories
### Code Style
- Maintain the existing code style
- Add comments for complex logic
- Update documentation as needed
## License

@@ -118,0 +141,0 @@