├── .gitignore ├── LICENSE.md ├── Publisher.js ├── README.md ├── main.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Publisher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/Publisher.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/README.md -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/main.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafayigitt/appgallery-publisher/HEAD/package.json --------------------------------------------------------------------------------