detroit-mast
- generate/update project manifest
The Mast plug-in for Detroit utilize the mast command line tool to generate and update project manifests.
The following options can be used in the Detroit assembly file for defining a Mast service.
include
- File to include in manifest.
exclude
- Exclude subpaths of include
.
ignore
- Ignore subpaths of path
based on basename of path.
output
- File in which to save results.
All of these have common defaults, so they often can be left alone.
The typical assembly file entry will be something like:
mast:
include: [.ruby, .yardopts, bin, lib, test, [A-Z]*.*]
output: MANIFEST.txt
Of course, these are the default settings so a simple:
mast:
active: true
will likely do the trick.
For more information:
Copyright (c) 2011 Thomas Sawyer, Rubyworks
Detroit Mast is distributable in accordance with the GPL v3.0 license.
detroit(1), mast(1)