1.3.2 • Published 1 year ago

ps_autoindex v1.3.2

Weekly downloads
4
License
ISC
Repository
github
Last release
1 year ago

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

1.3.2

1 year ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago