Skip to content

Automatically add an "index.php" in all directories recursively

Notifications You must be signed in to change notification settings

unlocomqx/autoindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatically add an "index.php" in all directories recursively

How to install

npm install --save-dev ps_autoindex

How to use it

Command line:
node node_modules/ps_autoindex

Npm script:
...
"autoindex": "node node_modules/ps_autoindex/index.js",
...

Ingoring folders

You can use a .gitignore file to ignore folders.
For example:
node_modules
dist
...

You can also use a custom ignore file like this
node node_modules/ps_autoindex/index.js --ignore-file=.autoindex

Example of .autoindex:
node_modules
vendor

About

Automatically add an "index.php" in all directories recursively

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published