/boilr-docs

Personal docs templates based on boilr.

Primary LanguageMakefile

boilr-docs

Boilr templates for docs.


Purpose

Boilr templates for docs.

The following files are generated:

.
|-- .verb.md
`-- docs
    |-- author.md
    `-- contributing.md

1 directory, 3 files

Installation

Install boilr first.

Then use

$ boilr download stefanwalther/boilr-docs <template-tag>

e.g.

$ boilr download stefanwalther/boilr-docs boilr-docs

Usage

Download the template

$ boilr template download stefanwalther/boilr-docs <template-tag>

Fork, modify locally and save it

$ git clone stefanwalther/boilr-docs

cd into it, then

$ boilr template save $(PWD) <template-tag>

# e.g. 
$ boilr template save $(PWD) boilr-docs

if you have for force the local updates, use

$ boilr template save $(PWD) <template-tag> -f

Use it

$ boilr template use boilr-docs .

Get all templates

Get a list of all - locally installed - templates:

$ boilr template list

About

Related projects

Some related projects:

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.6.0, on December 23, 2019.