Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unlocomqx/autoindex

Automatically add an "index.php" in all directories recursively
https://github.com/unlocomqx/autoindex

prestashop prestashop-module

Last synced: about 10 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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