Skip to content

Instantly share code, notes, and snippets.

View pochemuto's full-sized avatar

Александр Крамарев pochemuto

View GitHub Profile
@pochemuto
pochemuto / completion-for-gradle.md
Created January 13, 2017 13:20 — forked from Ea87/completion-for-gradle.md
Gradle tab completion for Bash. Works on both Mac and Linux.

Gradle tab completion script for Bash

A tab completion script that works for Bash. Relies on the BSD md5 command on Mac and md5sum on Linux, so as long as you have one of those two commands, this should work.

Usage

$ gradle [TAB]
@pochemuto
pochemuto / README-Template.md
Last active March 5, 2017 11:19 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites