Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unlocomqx/autoindex
- Owner: unlocomqx
- Created: 2017-12-31T18:52:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T02:29:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T20:14:15.268Z (4 days ago)
- Topics: prestashop, prestashop-module
- Language: JavaScript
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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=.autoindexExample of .autoindex:
node_modules
vendor