lrackwitz / para-sync
A plugin for the para console application to enable file syncing.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:para-plugin
Requires (Dev)
- lrackwitz/para: dev-master
- mikey179/vfsstream: ^1.6
- php-mock/php-mock-prophecy: ^0.0.2
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2024-12-31 04:57:51 UTC
README
A plugin for the para console application to enable file syncing.
How to use it?
This plugin extends the para
console application.
A new sync
command will be provided to be able to synchronize files within para
projects.
Prerequisites
If you don't have installed para, please take a look in the Para README.md in order to install it.
Installing the plugin
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.
Contributing
Please read CONTRIBUTING.md for details on the code of conduct, and the process for creating issues or submitting pull requests.
Versioning
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
Have a look at the CHANGELOG.md.
Authors
- Lars Rosenberg - Initial work - Para
Credits
I want to say thank you to comm-press GmbH for supporting me developing para
.
License
This project is licensed under the GPL-3.0-or-later License - see the LICENSE.md file for details.