This is a simple Svelte app that generates commands for the rsync
program based on selected options. In the future
more programs will be added like ssh
.
rsync
commands based on the selected options.Make sure you have Node.js and yarn installed on your machine.
Clone this repository to your local machine:
git clone https://github.com/jmidd2/svelte-cmd-generator.git
Navigate to the project directory:
cd svelte-cmd-generator
Install dependencies:
yarn install
To run the app locally, use the following command:
yarn run dev
The app will be accessible at http://localhost:5173
.
rsync
command will be displayed, ready for you to copy and use.To build the app for production, use the following command:
yarn run build
This will generate optimized files in the `public` directory, which you can deploy