Skip to content

DockYard/broccoli-json-concat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broccoli JSON Concat

Build Status

Usage

Create a payload file based upon directory structure.

var jsonConcat = require('broccoli-json-concat');

var tree = jsonConcat(targetDirectory);

Options

The builder accepts an optional hash of options:

  • persistentOutput: boolean flag passed to broccoli-plugin.
  • needCache: boolean flag passed to broccoli-plugin.
  • variableName: If set, the file contains a variable declaration to this variable name.
  • outputFile: name of the output file.

Documentation

ZOMG!!! TESTS?!?!!?

I know, right?

Running the tests:

yarn
yarn test

License

This project is distributed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published