Open Source Checklist

January 12, 2016 ยท View on GitHub

Copy-paste friendly version.

Get all templates to local

ruby <(curl -sSL https://git.io/vzmvV) all

Single template also can, see usage:

ruby <(curl -sSL https://git.io/vzmvV)

General

All files are in markdown format (.md).

RubyGem Specific

  • Remove tests/specs from packaged gem Why?

Rails Specific

  • Remove sensitive data
  • Remove unnecessary code