1.0.8-beta.0 • Published 7 years ago

neumake v1.0.8-beta.0

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

neumake

The make build utility, written in node.js.

License

neumake is released under an MIT style license. Details are in the file LICENSE.txt.

Install

npm install neumake

Usage

neumake [-j|--jobs=<max number of jobs>] [-k|--keep-going] <goal>
Search the current directory for a file named Makefile. This file is read for rules which describe targets, their dependencies, and recipes to process.

Specifying -j followed by a number designates the maximum number of jobs to run simultaneously. The default is -j1.

By default, neumake exits on the first failed recipe. Specifying -k directs neumake to continue processing targets as long as possible despite errors.

On success, 0 is returned. On failure, 1 is returned.

Status

The test directory contains an example Makefile which neumake successfully processes. However, neumake is not feature complete yet. Variables are not currently supported.

1.0.8-beta.0

7 years ago

1.0.7

11 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago