Closed hlokavarapu closed 8 years ago
This PR includes two options for config:
-d, --print-default output a standard config json string -c, --verify-config check that config file is syntactically correct
where the default config file generated is:
{ "IgnoredFiles": [ ".licensing.json", ".git/**", ".gitignore" ], "CommentedFiles": {}, "LicenseParameters": { "fullname": "", "ProjectName": "" } }`
This PR is ready to be reviewed. I have updated the code based on your comments @tjesser-ucdavis-edu
This PR includes two options for config:
where the default config file generated is: