Broccoli's File Creator
Usage
Create a file named app/main.js
with "some content goes here":
let writeFile = ;let tree = ;
Documentation
writeFile(filename, content, fileOptions)
filename
{String}
The path of the file to create.
content
{String|Function|Promise}
The contents to write into the file.
;;;;
note: If a function is provided, it will only be invoked once, on first build
ZOMG!!! TESTS?!?!!?
I know, right?
Running the tests:
npm installnpm test
License
This project is distributed under the MIT license.