https://github.com/kaliberjs/redirection-redirects-generator
Generate a valid JSON import file for the Wordpress Redirection plugin
https://github.com/kaliberjs/redirection-redirects-generator
nodejs redirection wordpress
Last synced: about 1 month ago
JSON representation
Generate a valid JSON import file for the Wordpress Redirection plugin
- Host: GitHub
- URL: https://github.com/kaliberjs/redirection-redirects-generator
- Owner: kaliberjs
- Created: 2019-12-19T10:09:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T10:26:54.000Z (over 6 years ago)
- Last Synced: 2025-06-01T12:53:52.010Z (12 months ago)
- Topics: nodejs, redirection, wordpress
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Redirection redirects generator
A small and simple library for transforming a .csv file that contains old and new site urls to a valid JSON file for the Wordpress Redirection plugin.
## How to use
Create a .csv file that contains the old and new url comma seperated
```
/old/test1/,/new/test1/
/old/test2/,/new/test2/
```
Run the command with the correct file path
`yarn generate-file --file=scripts/example.csv`