Trending Projects for September 15, 2019
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
This is a reimplementation of the Asciidoctor's built-in (pre)processor for the
include::[] directive in extensible and more clean way. It provides the same
features, but you can easily adjust it or extend for your needs. For example,
you can change how it loads included files or add another ways how to select
portions of the document to include.
pod gen allows you to keep your Podfile and podspecs as the single source of
truth for pods under development. By generating throw-away workspaces capable of
building, running, and testing a pod, you can focus on library development
without worrying about other code or managing an Xcode project.
pod gen works particularly well for monorepo projects, since it is capable of
using your existing se...