A tiny rsync-style tool using SFTP + SHA-256 diffing. Push only changed files to remote servers.
Rsync cli wrapper
An async wrapper to the rsync command line utility for Node.js.
Rsync tasks for deploying gulp file structures
TypeScript definitions for rsync
zlib port to javascript - fast, modularized, with browser support
Node Red wrapper for rsync
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A Grunt task for accessing the file copying and syncing capabilities of the rsync command line utility. Uses the rsyncwrapper npm module for the core functionality.
Tests whether one path is inside another path
Stringify your JSON at max speed
Reactive Extensions for modern JavaScript
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
An iteration of the Node.js core streams with a series of improvements
Fastest random ID and random string generation for Node.js
Deploy ember-cli applications using rsync over ssh.
A utility to work with tsconfig.json without typescript
Stable JS value hash.
Dreamhost-compatible deploys using [`bun`](https://bun.sh/) and `rsync`.
Json Schema Type Builder with Static Type Resolution for TypeScript
A little library for asserting types and values, with zero dependencies.
babel module loader for webpack
High-performance Base64 encoder and decoder
Color string parser
Before Version 1.0.0 the lib is still in progress and will continusly extanded with methodes. Published methodes are all tested with unittest. RakeDeployLib includes methods for deploying und syncing files to a remote host. The Gem depends on rsync! The OS (Operating System) needs support for the rsync command (e.q. Linux, Unix, OS X). Deploy = transfare local (repository) files to remote server. Sync = transfare remote server files to local (repository). Please follow the Documentation and Sourcecode links too.
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake appcast # Create dmg, update appcast file, and upload to host rake build # Build Xcode Release rake dmg # Create the dmg file for appcasting rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake build # Build Xcode Release rake dmg[automount] # Create the dmg file for appcasting (`rake dmg`, or `rake dmg[automount]` to automatically mount the dmg) rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host rake version:bump:major # Bump the gemspec by a major version. rake version:bump:minor # Bump the gemspec by a minor version. rake version:bump:patch # Bump the gemspec by a patch version. rake version:current # Display the current version