1.0.5 • Published 6 years ago

redirect-nginx-generator v1.0.5

Weekly downloads
24
License
-
Repository
-
Last release
6 years ago

Redirect Nginx Generator

Easily create nginx redirects from a csv file

How to use

npm i -g redirect-nginx-generator
redirect-nginx-generator <csvfile> <outFile>

or

npx redirect-nginx-generator <csvfile> <outFile>

Parameters

namerequirednote
csvfileThe csv of origin. It must have as a delimiter ;
outThe destination file where the generated redirects will be saved

Example

npx redirect-nginx-generator ./redirects.csv ./out/redirects.conf

In the folder example there is an example csv file with its relative result

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago