Skip to content

Instantly share code, notes, and snippets.

@macloo
Last active October 3, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macloo/cc85f349d17a7b7e698bbf8cbfb7ba99 to your computer and use it in GitHub Desktop.
Save macloo/cc85f349d17a7b7e698bbf8cbfb7ba99 to your computer and use it in GitHub Desktop.
An outline in GitHub Markdown of a proper and complete README file example for a software project. View RAW to see Markdown.

project name

(project name) will solve your problem of _____ by providing _____ and allowing _____.

Look how easy it is to use (code example follows):

import project
# get your stuff done
project.do_stuff()

Features

  • Be awesome
  • Make things faster

Installation

Install (project name) by running:

install project

Contribute

Support

If you are having issues, please let us know.

We have a mailing list located at: project@google-groups.com

License

The project is licensed under the BSD license.

This README is based on an example found here. ← This is a real link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment