Skip to content

Instantly share code, notes, and snippets.

@zachfedor
Created March 1, 2017 21:18
Show Gist options
  • Save zachfedor/d4294e0986f09d5caad33aed97d7baf6 to your computer and use it in GitHub Desktop.
Save zachfedor/d4294e0986f09d5caad33aed97d7baf6 to your computer and use it in GitHub Desktop.
Testing Readme

Readme Template

Brief description - this is a Readme template you can reuse on your projects.

Table of Contents: (optional)

Usage (optional)

If this is a module or component, include a brief usage example here.

API (optional)

If this project has an API (whether it's a REST interface or class interface), mention it here with a link to the API documentation.

Development Information

Development Stack

A brief list of the major parts used to build / work on the project. Example:

Installation / Development Setup

A short guide to getting up and running with a dev environment. Example follows:

To configure a new environment for dev work using vagrant:

  • Install VirtualBox
  • Install Vagrant
  • Navigate to project directory and run vagrant up
  • Web server will be available on localhost:8080

Additional notes and warnings about development.

Tests

How to run this project's test, and how to make new tests.

Deployment

Documentation detailing everything one would need to know to deploy the application to it's production environment. Should not contain credentials - instead note where credentials are securely stored.

Change Log

[0.0.1] - 2017-03-01

Added

  • Template written by @brewcore

Changed

  • N/A

Contributing

Guidelines for others contributing to the project, such as code style preferences.

Credits (optional)

If needed, this section can list anyone that majorly contributed to the project.

License and Copyright

The project's license and Copyright information should appear here.

Copyright 2017 Industrial Resolution LLC

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