{"id":24116069,"url":"https://github.com/zcallan/sketch-bacon-ipsum","last_synced_at":"2026-06-08T13:31:40.353Z","repository":{"id":75598291,"uuid":"123841278","full_name":"zcallan/sketch-bacon-ipsum","owner":"zcallan","description":"A simple \u0026 easy Bacon Ipsum text generator for Sketch.","archived":false,"fork":false,"pushed_at":"2018-03-13T13:27:02.000Z","size":221,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:57:15.825Z","etag":null,"topics":["bacon","ipsum","lorem","plugin","sketch"],"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/zcallan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-05T00:04:19.000Z","updated_at":"2023-02-20T16:34:01.000Z","dependencies_parsed_at":"2023-06-07T01:00:27.899Z","dependency_job_id":null,"html_url":"https://github.com/zcallan/sketch-bacon-ipsum","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zcallan/sketch-bacon-ipsum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcallan%2Fsketch-bacon-ipsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcallan%2Fsketch-bacon-ipsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcallan%2Fsketch-bacon-ipsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcallan%2Fsketch-bacon-ipsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zcallan","download_url":"https://codeload.github.com/zcallan/sketch-bacon-ipsum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcallan%2Fsketch-bacon-ipsum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bacon","ipsum","lorem","plugin","sketch"],"created_at":"2025-01-11T06:15:12.326Z","updated_at":"2026-06-08T13:31:40.347Z","avatar_url":"https://github.com/zcallan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sketch-bacon-ipsum\n\n_Credits to [Bacon Ipsum](https://baconipsum.com) for the API and image._\n\n## Install\n\nDownload the latest release of this plugin under [the Releases tab in this repository](https://github.com/zcallan/sketch-bacon-ipsum/releases/latest).\n\nUnzip the downloaded file, and double click on the `.sketchplugin` file.\n\nYou should automatically see `Bacon Ipsum` under your Plugins menu in Sketch, where by clicking it you can populate any piece of text with some juicy Bacon Ipsum.\n\nLet me know if there are any issues.\n\n## Development\n\n_This plugin was created using `skpm`. For a detailed explanation on how things work, checkout the [skpm Readme](https://github.com/skpm/skpm/blob/master/README.md)._\n\n### Usage\n\nInstall the dependencies\n\n```bash\nnpm install\n```\n\nOnce the installation is done, you can run some commands inside the project folder:\n\n```bash\nnpm run build\n```\n\nTo watch for changes:\n\n```bash\nnpm run watch\n```\n\nAdditionally, if you wish to run the plugin every time it is built:\n\n```bash\nnpm run start\n```\n\n### Custom Configuration\n\n#### Babel\n\nTo customize Babel, you have two options:\n\n* You may create a [`.babelrc`](https://babeljs.io/docs/usage/babelrc) file in your project's root directory. Any settings you define here will overwrite matching config-keys within skpm preset. For example, if you pass a \"presets\" object, it will replace \u0026 reset all Babel presets that skpm defaults to.\n\n* If you'd like to modify or add to the existing Babel config, you must use a `webpack.skpm.config.js` file. Visit the [Webpack](#webpack) section for more info.\n\n#### Webpack\n\nTo customize webpack create `webpack.skpm.config.js` file which exports function that will change webpack's config.\n\n```js\n/**\n * Function that mutates original webpack config.\n * Supports asynchronous changes when promise is returned.\n *\n * @param {object} config - original webpack config.\n * @param {boolean} isPluginCommand - wether the config is for a plugin command or a resource\n **/\nmodule.exports = function (config, isPluginCommand) {\n  /** you can change config here **/\n}\n```\n\n### Debugging\n\nTo view the output of your `console.log`, you have a few different options:\n\n* Use the [`sketch-dev-tools`](https://github.com/skpm/sketch-dev-tools)\n* Open `Console.app` and look for the sketch logs\n* Look at the `~/Library/Logs/com.bohemiancoding.sketch3/Plugin Output.log` file\n\nSkpm provides a convenient way to do the latter:\n\n```bash\nskpm log\n```\n\nThe `-f` option causes `skpm log` to not stop when the end of logs is reached, but rather to wait for additional data to be appended to the input\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcallan%2Fsketch-bacon-ipsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzcallan%2Fsketch-bacon-ipsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcallan%2Fsketch-bacon-ipsum/lists"}