Skip to content

Latest commit

 

History

History
89 lines (72 loc) · 2.29 KB

README-EXAMPLE.md

File metadata and controls

89 lines (72 loc) · 2.29 KB

README NAME OF PROJECT

  • What the project is about? (short project description)
  • Why does this project exist? (short motivation)
  • What makes your project stand out? (features)

Getting Started

  • Instructions to get copy of the project
  • Instructions to run project on local machine (for development and testing)

Prerequisites

  • What is needed to install the software?
  • How to install it?
Give examples

Code Example

  • Show what the library does.
  • How does your project solve developers problem (see: code example).
  • Show an obvious API
  • Make code short and concise.

Installation

  • How to get development environment running?
  • step-by-step series of examples (descriptions, how to install, step by step) Step 1
Give the example

Repeat

until finished

End with Example of

  • getting some data out of the system
  • using data for a little demo

Screenshots

Include logo/demo screenshot.

Build status

  • What is the build status of continus integration?

Code style

  • Which code styles are used for this project?
  • PIMD uses the StandardJS style.

Testing

  • Explain how to run the automated tests for this system

End-to-end-tests

  • Explain what these tests test and why
Give an example

Coding style tests

  • Explain what these tests test and why
Give an example

Deployment

Add additional notes about how to deploy this on a live system

How to use? If people like your project they’ll want to learn how they can use it. To do so include step by step guide to use your project.

Code Dependencies

This ... is built with the following dependencies (tech/frameworks):

  • -
  • -
  • -

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Contributors

License

This project is licensed under the MIT License. See MIT-LICENSE for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration