- Command to copy and paste onto the machine serving the file
- Command to copy and paste onto the machine downloading the file
If you would like add commands for either serving the file, or downloading the file, simply append your contribution to the following files:
src/inputs/Serve.js
src/inputs/Download.js
The following variables will be replaced with their corresponding values when rendered:
{ip}
- IP address of the listening machine{port}
- Port of the listening machine{source}
- Source file name{destination}
- Destination file name
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/File-Download-Generator
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Added this feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request ❤