Metadata-Version: 2.1
Name: ap-dotfiles
Version: 0.1.0
Summary: Default meta docs for new projects
Home-page: http://github.com/alexpdev/dotfiles
Author: alexpdev
Author-email: alexpdev@protonmail.com
License: GNU GPL v3
Project-URL: Source Code, https://github.com/alexpdev/dotfiles
Keywords: Meta,Docs
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha

# Project name

<!--- These are examples. See https://shields.io for others or to customize this set of shields. You might want to include dependencies, project status and licence info here --->

![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/dotfiles)
![GitHub contributors](https://img.shields.io/github/contributors/alexpdev/dotfiles)
![GitHub stars](https://img.shields.io/github/stars/alexpdev/dotfiles?style=social)
![GitHub forks](https://img.shields.io/github/forks/alexpdev/dotfiles?style=social)
![Twitter Follow](https://img.shields.io/badge/dotfiles-.files-green)

Project name is a `<utility/tool/feature>` that allows `<insert_target_audience>` to do `<action/task_it_does>`.

Additional line of information text about what the project does. Your introduction should be around 2 or 3 sentences. Don't go overboard, people won't read it.

## Prerequisites

Before you begin, ensure you have met the following requirements:

<!--- These are just example requirements. Add, duplicate or remove as required --->

* You have installed the latest version of `<coding_language/dependency/requirement>`
* You have a `<Windows/Linux/Mac>` machine. State which OS is supported/which is not.
* You have read `<guide/link/documentation_related_to_project>`.

## Installing <project_name>

To install <project_name>, follow these steps:

Linux and macOS:

```bash
echo <install_command>
```

Windows:

```bash
echo <install_command>
```

## Using <project_name>

To use <project_name>, follow these steps:

```bash
echo <usage_example>
```

Add run commands and examples you think users will find useful. Provide an options reference for bonus points!

## Contributing to <project_name>
<!--- If your README is long or you have some specific process or steps you want contributors to follow, consider creating a separate CONTRIBUTING.md file--->
To contribute to <project_name>, follow these steps:

1. Fork this repository.
2. Create a branch: `git checkout -b <branch_name>`.
3. Make your changes and commit them: `git commit -m '<commit_message>'`
4. Push to the original branch: `git push origin <project_name>/<location>`
5. Create the pull request.

Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## Contributors

Thanks to the following people who have contributed to this project:

* [@me](https://github.com/alexpdev) 🐛

You might want to consider using something like the [All Contributors](https://github.com/all-contributors/all-contributors) specification and its [emoji key](https://allcontributors.org/docs/en/emoji-key).

## Contact

If you want to contact me you can reach me at <your_email@address.com>.

## License

<!--- If you're not sure which open license to use see https://choosealicense.com/--->

This project uses the following license: [<license_name>](<link>).


