Skip to content

Releases: Da4ndo/projectstructure

ProjectStructure v0.1.15 Release

14 Nov 16:07
ba7f586

Choose a tag to compare

We are excited to announce the release of ProjectStructure v0.1.15! This sophisticated utility is designed for analyzing and preserving your project's structure. It offers an intuitive and efficient methodology for initializing and updating your project structures.

Key Features

  • Rapid Scanning Capabilities: Leveraging the speed and efficiency of Rust, ProjectStructure delivers rapid scanning capabilities. In a benchmark test, a 17GB project folder was scanned in just 1.7 seconds.
  • Auto-fill Details: The tool is designed to automatically extract and set the name, description, and version of your project from files like Cargo.toml, package.json, or similar.
  • .projectstructureignore Support: The application recognizes a .projectstructureignore file, which you can use to specify files and directories that should be ignored during the scanning process.

Installation

You can install ProjectStructure by running the following command:

wget https://cdn.da4ndo.com/projectstructure/setup.sh | sh

OR

wget https://raw.githubusercontent.com/Da4ndo/projectstructure/main/setup.sh | sh

Alternatively, you can clone the repository and build the project using cargo build, then use install.sh.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome. Feel free to fix problems, report bugs, or propose new features.

Thank you all for your support! 🙏

For more details, please visit the ProjectStructure GitHub page.