{"id":15509158,"url":"https://github.com/seb86/just-do-it","last_synced_at":"2026-01-13T15:30:17.806Z","repository":{"id":146684132,"uuid":"87091116","full_name":"seb86/Just-Do-It","owner":"seb86","description":"\"Just Do It\" is designed to provide the basic requirements to help you run tasks automatically for you to save time out of your day running tests, version checking and building a deployable WordPress plugin.","archived":false,"fork":false,"pushed_at":"2019-02-16T16:27:02.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T19:12:01.697Z","etag":null,"topics":["deployable","grunt","grunt-commands","gruntfile","pot","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seb86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-03T15:41:02.000Z","updated_at":"2019-02-16T16:27:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"02eef034-79ba-4cf0-9995-babf9378fbbc","html_url":"https://github.com/seb86/Just-Do-It","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"2bd9c353aeef4297ee923a435fb1ff61d52565ed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb86%2FJust-Do-It","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb86%2FJust-Do-It/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb86%2FJust-Do-It/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb86%2FJust-Do-It/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seb86","download_url":"https://codeload.github.com/seb86/Just-Do-It/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239752336,"owners_count":19691004,"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":["deployable","grunt","grunt-commands","gruntfile","pot","wordpress-plugin"],"created_at":"2024-10-02T09:41:32.162Z","updated_at":"2026-01-13T15:30:17.732Z","avatar_url":"https://github.com/seb86.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/sebastien","https://www.paypal.me/codebreaker"],"categories":[],"sub_categories":[],"readme":"# Just Do It\n\n###### Follow me\n💻 [Website](https://sebastiendumont.com) 🐦[Twitter](https://twitter.com/sebd86)\n\n## 🔔 Overview\n\nA `Gruntfile.js` and `package.json` template ready to copy into your WordPress plugin projects. Just configure the package.json file to your requirements and run the Grunt commands below after installing the dependencies.\n\n### Developer Dependancies\n\nThese are the dependencies in use for testing, building, updating the language POT file and building a deployable plugin zipped up.\n\n* [grunt](https://www.npmjs.com/package/grunt) `v1.0.3`\n* [grunt-checktextdomain](https://www.npmjs.com/package/grunt-checktextdomain) `v1.0.1`\n* [grunt-contrib-clean](https://www.npmjs.com/package/grunt-contrib-clean) `v2.0.0`\n* [grunt-contrib-compress](https://www.npmjs.com/package/grunt-contrib-compress) `v1.4.3`\n* [grunt-contrib-copy](https://www.npmjs.com/package/grunt-contrib-copy) `v1.0.0`\n* [grunt-contrib-cssmin](https://www.npmjs.com/package/grunt-contrib-cssmin) `v2.2.0`\n* [grunt-contrib-jshint](https://www.npmjs.com/package/grunt-contrib-jshint) `v1.0.0`\n* [grunt-contrib-uglify](https://www.npmjs.com/package/grunt-contrib-uglify) `v1.0.0`\n* [grunt-contrib-watch](https://www.npmjs.com/package/grunt-contrib-watch) `v1.0.0`\n* [grunt-newer](https://www.npmjs.com/package/grunt-newer) `v1.3.0`\n* [grunt-potomo](https://www.npmjs.com/package/grunt-potomo) `v3.5.0`\n* [grunt-text-replace](https://www.npmjs.com/package/grunt-text-replace) `v0.4.0`\n* [grunt-wp-i18n](https://www.npmjs.com/package/grunt-wp-i18n) `v1.0.3`\n* [jshint-stylish](https://www.npmjs.com/package/jshint-stylish) `v2.2.0`\n* [load-grunt-tasks](https://www.npmjs.com/package/load-grunt-tasks) `v4.0.0`\n\n#### 💽 Installation\n\n1) Install [Node.js \u0026 NPM](https://nodejs.org/) and [Grunt](http://gruntjs.com/getting-started) by following the standard installation instructions or using [Homebrew](http://brew.sh/).\n\nIf you've installed NPM correctly, this should display the version:\n\n``$ npm --version``\n\nIf you've install Grunt correctly, this should display the version:\n\n``$ grunt --version``\n\n2) Change to the plugin root directory.\n\nInstall the Grunt dependencies by running the `npm` installer with the following command:\n\n``$ npm install --dev`` or ``$ npm install --only=dev``\n\n3) Run tests.\n\n``$ grunt test``\n\nAdd ` --force` at the end to tell grunt to continue next tasks even if one fails.\n\n``$ grunt test --force``\n\n### 🐽 Grunt Commands\n\nBuild the plugin.\n\u003e String Replacements (i.e. Plugin Version), Compresses the JavaScript, Checks for Text Domain issues and Updates the POT file.\n\n``$ grunt build``\n\nSimilar to the build command except it does not check for text domains issues.\n\n``$ grunt dev``\n\nChecks for any text domain issues and updates the POT file.\n\n``$ grunt update-pot``\n\nCopies the plugin to create deployable plugin, then compresses the folder and then deletes the folder once compressed.\n\nThe zip file will be labelled as ``%= pkg.name %-v%= pkg.version %.zip``\n\n``$ grunt zip``\n\n## Contribute\n\nIf you or your company use Just Do It or appreciate the work I’m doing in open source, please consider supporting me directly so I can continue maintaining it.\n\nYou'll be helping to ensure I can spend the time not just fixing bugs, but keeping the project afloat. Any contribution you make is a big help and is greatly appreciated.\n\nPlease also consider starring ✨ and sharing 👍 the project repo! This helps the project getting known and grow with the community. 🙏\n\nI accept one-time donations and monthly via [BuyMeACoffee.com](https://www.buymeacoffee.com/sebastien)\n- [My PayPal](https://www.paypal.me/codebreaker)\n- [BuyMeACoffee.com](https://www.buymeacoffee.com/sebastien)\n- Bitcoin (BTC): `3L4cU7VJsXBFckstfJdP2moaNhTHzVDkKQ`\n- Ethereum (ETH): `0xc6a3C18cf11f5307bFa11F8BCBD51F355b6431cB`\n- Litecoin (LTC): `MNNy3xBK8sM8t1YUA2iAwdi9wRvZp9yRoi`\n\nThank you for your support! 🙌\n\n\n##### License\n\nJust Do It is released under [GNU General Public License v3.0](http://www.gnu.org/licenses/gpl-3.0.html).\n\n---\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/seb86/my-open-source-readme-template/master/a-sebastien-dumont-production.png\" width=\"353\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb86%2Fjust-do-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseb86%2Fjust-do-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb86%2Fjust-do-it/lists"}