dotfiles/templates
Ezra Barrow 9c1f162372
Added fd piping stuff to bashrc + etc
2021-05-31 15:52:35 -04:00
..
.ccls-cache/@home@barrow@templates update 21-3-18 2021-03-18 15:31:57 -04:00
Makefile.template relicensing 2021-05-11 17:01:59 -04:00
README.md.template update 21-3-25 2021-03-25 16:04:23 -04:00
c.template Added fd piping stuff to bashrc + etc 2021-05-31 15:52:35 -04:00
cpp.template Added fd piping stuff to bashrc + etc 2021-05-31 15:52:35 -04:00
h.template relicensing 2021-05-11 17:01:59 -04:00
html.template relicensing 2021-05-11 17:01:59 -04:00
ino.template 2021-05-22 2021-05-22 01:12:39 -04:00
rs.template 2021-05-22 2021-05-22 01:12:39 -04:00
service.template hfsdjk 2020-05-13 23:29:15 -04:00
sh.template relicensing 2021-05-11 17:01:59 -04:00
template.template relicensing 2021-05-11 17:01:59 -04:00

README.md.template

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# {{PROJECT}}

[![GitHub last commit](https://img.shields.io/github/last-commit/{{GH_USER}}/{{GH_REPO}})](https://github.com/{{GH_USER}}/{{GH_REPO}})
[![Crates.io](https://img.shields.io/crates/v/{{PROJECT}})](https://crates.io/crates/{{PROJECT}}/)
[![Docs.rs](https://docs.rs/{{PROJECT}}/badge.svg)](https://docs.rs/{{PROJECT}})
[![Project Status: Active  The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

## About

<!-- what this project is for and what it does -->{{CURSOR}}

## Usage

Add to your Cargo.toml:
```
[dependencies]
{{PROJECT}} = "0.1.0"
```
See [docs.rs](https://docs.rs/{{PROJECT}}) for examples.