1.0.5 • Published 5 years ago

redirect-nginx-generator v1.0.5

Weekly downloads
24
License
-
Repository
-
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago