├── README.md ├── authors.txt ├── clone-from-svn-to-git.sh ├── create-archive.sh ├── deploy-plugin.sh ├── readme-converter.sh └── update-version.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/README.md -------------------------------------------------------------------------------- /authors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/authors.txt -------------------------------------------------------------------------------- /clone-from-svn-to-git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/clone-from-svn-to-git.sh -------------------------------------------------------------------------------- /create-archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/create-archive.sh -------------------------------------------------------------------------------- /deploy-plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/deploy-plugin.sh -------------------------------------------------------------------------------- /readme-converter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/readme-converter.sh -------------------------------------------------------------------------------- /update-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudar/wp-plugin-in-github/HEAD/update-version.sh --------------------------------------------------------------------------------