Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanwalther/boilr-makefile

Boilr template for a basic Makefile.
https://github.com/stefanwalther/boilr-makefile

boilerplate boilr boilr-template makefile template

Last synced: about 5 hours ago
JSON representation

Boilr template for a basic Makefile.

Awesome Lists containing this project

README

        

# boilr-makefile

> Boilr template for a basic Makefile.

---

## Purpose

Create a very simplistic [Makefile](./template/Makefile).

## Installation

Install [boilr](https://github.com/tmrts/boilr) first.
Then use

```
$ boilr download stefanwalther/boilr-makefile

# e.g.
$ boilr download stefanwalther/boilr-makefile boilr-makefile
```

## Usage

### Download the template

```
$ boilr template download stefanwalther/boilr-makefile
```

### Fork, modify locally and save it

```
$ git clone stefanwalther/boilr-makefile
```

cd into it, then

```
$ boilr template save $(PWD)

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

### Use it

```
$ boilr template use boilr-makefile .
```

## About

### Related projects
Some related projects:

- [boilr-makefile](https://www.npmjs.com/package/boilr-makefile): Boilr template for a basic Makefile. | [homepage](https://github.com/stefanwalther/boilr-makefile#readme "Boilr template for a basic Makefile.")

### Author
**Stefan Walther**

* [twitter](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)
* [LinkedIn](https://www.linkedin.com/in/stefanwalther/)
* [qliksite.io](http://qliksite.io)

## License
MIT

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 03, 2017._