-3

I need to make documentation of my project which should consist of all *.php project files.

It must be exported to Word (.*docx) file or PDF.

In Microsoft Word (*.docx) file there should be all *.php files and each file listed should have it's name, path and content.

I am using Sublime Text for files manipulation, but I think it's not capable of this.

Can somebody recommend me any software/script that will be capable of this?

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
George
  • 335
  • 3
  • 11

1 Answers1

0

In *nix you can simply cd your_project_dir; find . -name '*.php'

Vasfed
  • 18,013
  • 10
  • 47
  • 53