项目作者: stefanwalther

项目描述 :
boilr template for a .gitignore file.
高级语言: Makefile
项目地址: git://github.com/stefanwalther/boilr-gitignore.git
创建时间: 2017-07-26T19:47:39Z
项目社区:https://github.com/stefanwalther/boilr-gitignore

开源协议:

下载


boilr-gitignore

boilr template for a .gitignore file.


Purpose

Just a very basic .gitignore file to be used with boilr.

The following files are generated:

  1. .
  2. └── .gitignore
  3. 1 directory, 1 file

Installation

Install boilr first.

Then use

  1. $ boilr download stefanwalther/boilr-gitignore <template-tag>

e.g.

  1. $ boilr download stefanwalther/boilr-gitignore boilr-gitignore

Usage

Download the template

  1. $ boilr template download stefanwalther/boilr-gitignore <template-tag>

Fork, modify locally and save it

  1. $ git clone stefanwalther/boilr-gitignore

cd into it, then

  1. $ boilr template save $(PWD) <template-tag>
  2. # e.g.
  3. $ boilr template save $(PWD) boilr-gitignore

if you have for force the local updates, use

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

Use it

  1. $ boilr template use boilr-gitignore .

Get all templates

Get a list of all - locally installed - templates:

  1. $ boilr template list

About

Some related projects:

Author

Stefan Walther

License

MIT


This file was generated by verb-generate-readme, v0.8.0, on January 18, 2025.