prep library

Inspired by the C preprocessor, this package helps you manage your project with unique source code expressions.

Classes

PrepLog
Use PrepLog to log the status of your application and help with debugging.

Extensions

PrepKeyValue on String

Functions

prep({String? path, List<String> parseTheseFileTypes = const [], List<String> dontParseTheseFiles = const [], Map<String, Object> updateTheseFields = const {}, bool? includeEnv, String prepYaml = "prep.yaml", String pubspecYaml = "pubspec.yaml", bool generateExample = true}) Future<bool>
Parses all files of types parseTheseFileTypes from the path directory, as well as all subdirectories, except for files specified in dontParseTheseFiles.

Typedefs

OutputFn = dynamic Function(String)