1.0.7 • Published 8 years ago

wp-auto-index-php v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

wp-auto-index-php

A command line that create index.php files with Silence is golen! comment in all directories to prevent WordPress project directories from listing.

Installation

npm install -g wp-auto-index-php

Usages

cd /your-wp-project-directory
wp-auto-index-php

By default, it doesn't create new file if a index.php file is exists in a directory and doesn't create file in root directory, use -f or --force argument to force create new files, use -r or --root argument to also create file in root directory. For example:

wp-auto-index-php -f -r
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago