redirect-html
v1.0.0
Published
A simple redirection page creator with NPM
Downloads
3
Readme
Redirect HTML
Redirect HTML is a simple Node.js tool that generates an HTML file to redirect users to a specified URL.
Features
- Create a redirection HTML file with a single command.
- Customizable output filename.
- Lightweight and easy to use.
Installation
To install the package globally, use:
npm install -g redirect-html Usage
Run the following command to create a redirection HTML file:
redirect-html <URL> Replace <URL> with the destination URL.
Example
redirect-html https://example.com This will generate a file named redirect.html in the current directory.
Custom Filename
To specify a custom filename, you can modify the index.js file to accept an additional argument.
License
This project is licensed under the MIT License.
Author
Created by ShamuLC (ShamuCode).
