1.0.7 • Published 9 years ago

wp-auto-index-php v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago