@kissmy/csv-to-redirect

Converts a csv file to vue-router-redirects, apache and nginx redirects.

Usage no npm install needed!

<script type="module">
  import kissmyCsvToRedirect from 'https://cdn.skypack.dev/@kissmy/csv-to-redirect';
</script>

README

csv-to-redirect

Simple command line utility to convert a CSV to redirect files for Nginx, Apache and vue-router redirects.

The CSV file needs to have at least two rows named url for the base url and redir for the redirect location.

Install

  npm install -g @kissmy/csv-to-redirect

Usage

Usage: csv-to-redirect [options]

Options:
  -V, --version             output the version number
  -i, --input <path>        Input CSV file (required)
  -o, --output <path>       Output file name (Defaults to outputing to terminal)
  -t, --type <type>         Output type [nginx, apache, vue] (required)
  -s, --source <name>       Source cell name (default: "source")
  -d, --destination <name>  Destination cell name (default: "destination")
  -h, --help                output usage information