Popularity
5.6
Stable
Activity
0.0
Stable
793
52
60

Code Quality Rank: L5
Monthly Downloads: 207,104
Programming language: Ruby
License: MIT License
Latest version: v0.6.0

Cocaine alternatives and similar gems

Based on the "CLI Builder" category.
Alternatively, view Cocaine alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cocaine or a related project?

Add another 'CLI Builder' Gem

README

Cocaine has been renamed to Terrapin

Please track further development on the Terrapin project page.

The final version of this gem simply requires Terrapin. It should not function any differently from previous versions.

Upgrading to Terrapin

Upgrading to Terrapin is expected to be as simple as replacing the Cocaine constant with Terrapin. That is

Cocaine::CommandLine.new("echo", "hello")

should become

Terrapin::CommandLine.new("echo", "hello")

and should continue to work fine.

License

Copyright 2011-2018 Jon Yurek and thoughtbot, inc. This is free software, and may be redistributed under the terms specified in the LICENSE file.


*Note that all licence references and agreements mentioned in the Cocaine README section above are relevant to that project's source code only.