Namespaces

Types in Fake

Type TemplateHelper

Namespace Fake

Methods

Properties

Public static methods

IEnumerable<Tuple<string, IEnumerable<string>>> loadTemplates(IEnumerable<string> seq)

Loads all templates (lazy - line by line!)

void processTemplates(IEnumerable<Tuple<string, string>> replacements, IEnumerable<string> files)

Replaces the templates with the given replacements

FSharpFunc<IEnumerable<Tuple<a, b>>, IEnumerable<Tuple<a, IEnumerable<string>>>> replaceKeywords<a, b>(IEnumerable<Tuple<string, string>> replacements)

replaces a bunch of the keywords in all files (lazy - line by line!)

Public properties

FSharpFunc<IEnumerable<Tuple<string, IEnumerable<string>>>, Unit> saveFiles get;

saves all files (lazy - file by file!)