diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c5e13a --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# hidev internals +.hidev/composer.json +.hidev/composer.lock +.hidev/vendor + +# IDE & OS files +.*.swp +.idea +nbproject +.buildpath +.project +.settings +Thumbs.db +.DS_Store diff --git a/.hidev/commits.md b/.hidev/commits.md new file mode 100644 index 0000000..d6feb73 --- /dev/null +++ b/.hidev/commits.md @@ -0,0 +1,9 @@ +hiqdev/rewatcher commits history +-------------------------------- + +## Under development + + - ecb6f44 2015-10-15 inited (sol@hiqdev.com) + +## Development started 2015-10-15 + diff --git a/.hidev/config.yml b/.hidev/config.yml new file mode 100644 index 0000000..f63ccf5 --- /dev/null +++ b/.hidev/config.yml @@ -0,0 +1,11 @@ +package: + name: rewatcher + type: project + title: Repositories watcher + keywords: repositories, watcher + description: | + Scans directory tree recursively to find unsynced directories + +require: + hiqdev/hidev-config: "*" + hiqdev/hidev-config-python: "*@dev" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1de994b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +hiqdev/rewatcher changelog +-------------------------- + +## Under development + + +## Development started 2015-10-15 + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3790fc9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +Copyright © 2015, HiQDev (https://hiqdev.com/) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the name of HiQDev nor Rewatcher nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..722bae5 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Repositories watcher +-------------------- + +Scans directory tree recursively to find unsynced directories + +[![Latest Stable Version](https://poser.pugx.org/hiqdev/rewatcher/v/stable.png)](https://packagist.org/packages/hiqdev/rewatcher) +[![Total Downloads](https://poser.pugx.org/hiqdev/rewatcher/downloads.png)](https://packagist.org/packages/hiqdev/rewatcher) + +## Installation + +No installation required. +It's just a single python file without dependencies. + +Just download and run. + +## License + +This project is released under the terms of the BSD-3-Clause [license](https://github.com/hiqdev/hidev/blob/master/LICENSE). +Read more [here](http://choosealicense.com/licenses/bsd-3-clause). + +Copyright © 2015, HiQDev (https://hiqdev.com/) diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..1a9b2b2 --- /dev/null +++ b/config.yml @@ -0,0 +1,11 @@ +package: + name: chkipper + type: project + title: Changelog keeper + keywords: commits, changelog + description: | + Helps to track all the commits to your project and convert them to CHANGELOG file. + +require: + hiqdev/hidev-config: "*" + hiqdev/hidev-config-python: "*@dev" diff --git a/docs/readme/Installation.md b/docs/readme/Installation.md new file mode 100644 index 0000000..6cf9ecc --- /dev/null +++ b/docs/readme/Installation.md @@ -0,0 +1,4 @@ +No installation required. +It's just a single python file without dependencies. + +Just download and run.