1.6.1 • Published 7 years ago

fait v1.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

fait is a toolkit for writing modular, maintainable, modern makefiles.

Installation

npm install --save-dev fait

When it installs, if you don't have a makefile already, fait copies its bootstrap makefile to your package directory.

Usage

fait doesn't do anything out of the box. It's designed to support modular makefiles installed with npm. It provides a macro, require, that uses Node's module resolution algorithm to include a makefile. So, if you have a module called foo whose main is index.mk, then

$(call require, foo)

expands to

include node_modules/foo/index.mk

fait also sets some helpful defaults and provides useful functions for your makefiles.

When somebody first clones your repo, they won't have fait installed locally. The default bootstrap takes care of that for you by installing fait from npm when trying to include it.

Licence

MIT

1.6.1

7 years ago

1.6.0

7 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

1.0.0-pre4

8 years ago

1.0.0-pre3

8 years ago

1.0.0-pre2

8 years ago

1.0.0-pre

8 years ago