Skip to content

Releases: Yohn/project-structure-manager

Allowed to be ran from composer

08 Jun 23:55
c5e2dc8
Compare
Choose a tag to compare

Add to composer.json to run from the composer.json file

"scripts": {
	"structure": "project-structure generate --exclude=vendor,logs"
}

0.1.0

08 Jun 22:52
Compare
Choose a tag to compare
  • 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!