Skip to content

Instantly share code, notes, and snippets.

@glnds
glnds / README-Template.md
Last active September 27, 2024 09:49 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Name

Project description: A good description is clear, short, and to the point. Describe the importance of your project, and what it does.

(Table of Contents)

Optionally, include a table of contents in order to allow other people to quickly navigate especially long or detailed READMEs.

Getting Started

Prerequisites

What things you need to install before you can statrt installing the software itself.

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

#! /usr/bin/env python
"""
Requeriments:
$ sudo pip install boto dnspython
Edit ~/.boto to use your AWS credentials
"""