{"id":15292300,"url":"https://github.com/remcotolsma/grunt-rt-wp-deploy","last_synced_at":"2025-10-07T04:32:24.232Z","repository":{"id":16904294,"uuid":"19665253","full_name":"remcotolsma/grunt-rt-wp-deploy","owner":"remcotolsma","description":"Deploys a build/deploy directory to the WordPress SVN repo. ⚠️ This Grunt plugin is no longer being maintained and developed. An alternative is the Pronamic CLI library: https://github.com/pronamic/pronamic-cli.","archived":true,"fork":false,"pushed_at":"2023-12-19T09:43:20.000Z","size":25,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-15T03:10:46.791Z","etag":null,"topics":["deploy","grunt","grunt-plugin","grunt-plugins","grunt-task","gruntfile","gruntjs","pronamic","svn","wordpress","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remcotolsma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-11T12:03:25.000Z","updated_at":"2023-12-19T09:44:57.000Z","dependencies_parsed_at":"2022-08-26T16:21:16.729Z","dependency_job_id":null,"html_url":"https://github.com/remcotolsma/grunt-rt-wp-deploy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcotolsma%2Fgrunt-rt-wp-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcotolsma%2Fgrunt-rt-wp-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcotolsma%2Fgrunt-rt-wp-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remcotolsma%2Fgrunt-rt-wp-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remcotolsma","download_url":"https://codeload.github.com/remcotolsma/grunt-rt-wp-deploy/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235593342,"owners_count":19015137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deploy","grunt","grunt-plugin","grunt-plugins","grunt-task","gruntfile","gruntjs","pronamic","svn","wordpress","wordpress-development","wordpress-plugin"],"created_at":"2024-09-30T16:17:17.588Z","updated_at":"2025-10-07T04:32:18.973Z","avatar_url":"https://github.com/remcotolsma.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]  \n\u003e This Grunt plugin is no longer being maintained and developed. An alternative is the Pronamic CLI library: https://github.com/pronamic/pronamic-cli.\n\n# grunt-rt-wp-deploy\n\n\u003e Deploys a build directory to the WordPress SVN repo.\n\n## Getting Started\n\nIf you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:\n\n```shell\nnpm install grunt-rt-wp-deploy --save-dev\n```\n\nOnce the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:\n\n```js\ngrunt.loadNpmTasks('grunt-rt-wp-deploy');\n```\n\n## The \"rt_wp_deploy\" task\n\n### Overview\nIn your project's Gruntfile, add a section named `rt_wp_deploy` to the data object passed into `grunt.initConfig()`.\n\n```js\ngrunt.initConfig({\n  rt_wp_deploy: {\n    options: {\n      // Task-specific options go here.\n    },\n    your_target: {\n      // Target-specific file lists and/or options go here.\n    },\n  },\n});\n```\n\n### Usage Examples\n\n#### This Grunt Plugin\n\n```js\ngrunt.initConfig({\n  rt_wp_deploy: {\n    app: {\n      options: {\n        svnUrl: 'https://grunt-rt-wp-deploy.googlecode.com/svn/',\n        svnDir: 'svn',\n        svnUsername: 'info@remcotolsma.nl',\n        deployDir: 'deploy',\n        version: '\u003c%= pkg.version %\u003e',\n      }\n    }\n  },\n});\n```\n\n#### WordPress Plugins\n\n*\thttps://github.com/pronamic/wp-woocommerce-nl/blob/develop/Gruntfile.js\n*\thttps://github.com/pronamic/wp-gravityforms-nl/blob/develop/Gruntfile.js\n\n\n### Options\n\n#### options.svnUrl\nType: `String`\nDefault value: `false`\n\nA string value that is used to do something with whatever.\n\n#### options.svnDir\nType: `String`\nDefault value: `'svn'`\n\n#### options.svnUsername\nType: `String`\nDefault value: `false`\n\n#### options.deployDir\nType: `String`\nDefault value: `'deploy'`\n\n#### options.version\nType: `String`\nDefault value: `false`\n\n\n### Resources\n\n*\thttp://gruntjs.com/creating-plugins\n*\thttp://gruntjs.com/api/grunt.file\n*\thttps://github.com/stephenharris/grunt-wp-deploy\n*\thttp://www.slideshare.net/cageNL/wordcamp-netherlands-2014\n*\thttps://grunt-rt-wp-deploy.googlecode.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcotolsma%2Fgrunt-rt-wp-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremcotolsma%2Fgrunt-rt-wp-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremcotolsma%2Fgrunt-rt-wp-deploy/lists"}