Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crane

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crane

  • 0.2.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

What?

Crane is a Ruby gem for sending files through FTP without the hassle of clicking directory by directory and sendind file by file. It gets the bore out of your path :-)

Why?

We have projects in servers that, for particular reasons, can't access Github or a git repo, so Capistrano can't be used for deploying.

Most of them are small clients that demand basic designs, no dynamic programming, usually on shared hosting. After tiny changes, HTML, CSS and image files are sent via FTP. This is very boring.

How?

Crane analyses files in the current directory by date. Let's say you type:

	$ crane push today

Crane will send all files changed today to the server. Automatically.

Better yet, try this:

	$ crane push 1h

This will send all files modified in the last hour.

How to start

Get into your project root directory and type:

	$ crane init

This will inquire you about FTP informations. This configuration will be saved in a file called .crane in the same folder.

License

MIT. Do whatever you want. Want a suggestion? Fork and collaborate.

FAQs

Package last updated on 04 Aug 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc