diff --git a/README.md b/README.md index 81a9ae5..be40fc8 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,26 @@ let TsClassMetaGeneratorPlugin = require('ts-class-meta-generator'); }) ] } +``` + +Webpack Options +=============== +``` +srcFolder: string - The directory with ts source files you want walked +[Default]: ./src/ts + +siteName: string - The class name / namespace you want to use for your container name +[Default]: Site + +siteMetaFileName: string - The file name that holds all the meta information about the classes. +[Default]: site-meta.ts + +siteMetaPath: string - The location the meta file should be generated. +[Default]: . + +ignoreFiles: string[] - List of file names (case-sensitive) without the ts extension. +[Default]: [] + +ignoreFolders: string[] - List of folder names (case-sensitive) to ignore. +[Default]: [] ``` \ No newline at end of file