Releases: Yohn/project-structure-manager
Releases · Yohn/project-structure-manager
Allowed to be ran from composer
Add to composer.json to run from the composer.json file
"scripts": {
"structure": "project-structure generate --exclude=vendor,logs"
}
0.1.0
- Creating a STRUCTURE.md file, with options to exclude paths.
- Creating the directories and files within a markdown and STRUCTURE.md file.
Works in the CLI , and PHP scripts to generate, with examples!