Broccoli Flatiron
Usage
Create a payload file based upon directory structure.
var flatiron = require("broccoli-flatiron");
var options = {
outputFile: 'path/to/output/file'
};
var tree = flatiron(targetDirectory, options);
Documentation
Available options
outputFile
- path of the generated filetrimExtensions
- trim file extensions object keys or notprefix
- use custom prefix, default: export default
suffix
- use custom suffix, default: ;
persistentOutput
: boolean flag passed to broccoli-plugin.needCache
: boolean flag passed to broccoli-plugin.
ZOMG!!! TESTS?!?!!?
Yeah, I know.
npm install
npm test
License
This project is distributed under the MIT license.