This repository contains a template that can be used to seed a repository for a new Google open source project.
See go/releasing (available externally at https://opensource.google/docs/releasing/) for more information about releasing a new Google open source project.
This template uses the Apache license, as is Google's default. See the documentation for instructions on using alternate license.
- Check it out from GitHub.
- There is no reason to fork it.
- Create a new local repository and copy the files from this repo into it.
- Modify README.md and docs/contributing.md to represent your project, not the template project.
- Develop your new project!
git clone https://github.com/google/new-project
mkdir my-new-thing
cd my-new-thing
git init
cp -r ../new-project/* .
git add *
git commit -a -m 'Boilerplate for new Google open source project'
Introduction
Installation
Asset Files
Data Files
When a parameter in the operator file has no value (for example, an operator's antenna height isn't known), use the value -100.
Command Line Options