A plugin for the para console application to enable file syncing.
This plugin extends the para
console application.
A new sync
command will be provided to be able to synchronize files within para
projects.
If you don't have installed para, please take a look in the Para README.md in order to install it.
To install the para
plugin simply execute the following commands:
# Change into the directory where you installed para.
cd <para-install-path>
# Use composer to install the para-sync plugin
composer require lrackwitz/para-sync
If everything worked, you can now use the extended functionality of this plugin.
Please read CONTRIBUTING.md for details on the code of conduct, and the process for creating issues or submitting pull requests.
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
Have a look at the CHANGELOG.md.
- Lars Rosenberg - Initial work - Para
I want to say thank you to comm-press GmbH for supporting me developing para
.
This project is licensed under the GPL-3.0-or-later License - see the LICENSE.md file for details.