This repository contains templates for project documentation, ensuring necessary
legal and contributor documentation is explicit. All sections below in this README.md
should be considered a template for a typical project README.md
.
A short description of what this project does.
It is a good idea to provide a mission statement for your project, enshrining what the project wants to accomplish so that as more people join your project everyone can work in alignment.
It is also a good idea to declare what are not goals of the project to prevent potential feature creep.
Instructions for how to download/install the code onto your machine.
Example:
npm install myProject --save
Usage instructions for your code.
Example:
var myMod = require('mymodule');
myMod.foo('hi');
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.