flâneur — a map of the web's best reading

github/scripts-to-rule-them-all: Set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects.

github.com · 661 words · saved by 1 readers

Set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects.

Scripts To Rule Them All This is a set of boilerplate scripts describing the normalized script pattern that GitHub uses in its projects . While these patterns can work for projects based on any framework or language, these particular examples are for a simple Ruby on Rails application. The Idea If your scripts are normalized by name across all of your projects, your contributors only need to know the pattern, not a deep knowledge of the application. This means they can jump into a project and make contributions without first learning how to bootstrap the project or how to get its tests to run.

Explore this link on the map →

related reading