Lines Matching refs:writerOpts
50 function writerOpts(config) { function
134 const writerOpts = ccWriterOpts(config)
135 .then(writerOpts => {
136 const ccWriterOptsTransform = writerOpts.transform;
163 … writerOpts.mainTemplate = readFileSync(resolve(__dirname, "./templates/template.hbs"), "utf-8");
164 … writerOpts.headerPartial = readFileSync(resolve(__dirname, "./templates/header.hbs"), "utf-8");
165 … writerOpts.commitPartial = readFileSync(resolve(__dirname, "./templates/commit.hbs"), "utf-8");
166 … writerOpts.footerPartial = readFileSync(resolve(__dirname, "./templates/footer.hbs"), "utf-8");
168 writerOpts.transform = function (commit, context) {
185 return writerOpts;
188 return writerOpts;
198 writerOpts(config)
203 writerOpts
211 writerOpts
218 writerOpts