What is a Ronin Repository?
Ronin Repositories are very similar to RubyGems. They both can contain Ruby code in a lib/ directory, command-line scripts in a bin/ and data files in a data/ directory. Ronin Repositories also have a ronin.yml metadata file and a cache/ directory for exploits, payloads, scanners or anything else Ronin can cache into it’s Database. Think of Ronin Repositoires as a quicker / less-formal way to organize your code.