diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7495fb --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# repomixer +Check your repository health + +List of checks: + +1. README.md - Must not be git default +2. LICENSE +3. CONTRIBUTING.md +4. .travis.yml +5. Travis build status +6. .gitignore +7. Test Cases + +The application works with the Repository url. The python scripts runs above checks to rate your project on the basis of collaborative friendliness of the project. + +More checks can be implemented as we progress!