1.3.2 • Published 3 years ago

ps_autoindex v1.3.2

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.3.1

5 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago