aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: eb1c7afb2c91b6b83f1ed6786722c9c46fc42c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Templater
=========

Skeletor: project bootstrapping made easy! A boilerplater of useful utilities
for your software project.

Tired of tediously creating the basic skeleton for your projects? What if you
forget to add a LICENSE or some other important file?

## Instalation

Simply clone it and add to your `$PATH`:

    git clone https://git.fluxo.info/templater

You can also verify the latest commit's OpenPGP signature:

    /usr/bin/git -C templater verify-commit HEAD

Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases
you might have available on your shell.