https://github.com/cihat/sync
This is a developer-friendly CLI tool that allows users to customize and pull, push, and synchronize RDS for their preferred projects in the specified file path.
https://github.com/cihat/sync
cli cli-tool javascript-library nodejs pull push sync
Last synced: 10 months ago
JSON representation
This is a developer-friendly CLI tool that allows users to customize and pull, push, and synchronize RDS for their preferred projects in the specified file path.
- Host: GitHub
- URL: https://github.com/cihat/sync
- Owner: cihat
- License: mit
- Created: 2023-01-06T10:57:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T07:52:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T15:21:30.886Z (10 months ago)
- Topics: cli, cli-tool, javascript-library, nodejs, pull, push, sync
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/pull-push-sync
- Size: 80.1 KB
- Stars: 13
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# sync
```bash
/$$$$$$$ /$$ /$$ /$$$$$$$ /$$$$$$$
/$$_____/| $$ | $$| $$__ $$ /$$_____/
| $$$$$$ | $$ | $$| $$ \ $$| $$
\____ $$| $$ | $$| $$ | $$| $$
/$$$$$$$/| $$$$$$$| $$ | $$| $$$$$$$
|_______/ \____ $$|__/ |__/ \_______/
/$$ | $$
| $$$$$$/
\______/
```
#### It is a developer-friendly command line interface (CLI) tool that allows users to pull, push, and sync to RDS for their preferred projects in a specified file path.

#### Usage
```bash
npm i -g pull-push-sync
pull-push-sync
--- or ---
npx pull-push-sync
```
---
If you want to close the program, you can close it with `Control + Z`.
## License
MIT License
Copyright (c) 2023 Cihat SALIK
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.