{"id":22048685,"url":"https://github.com/smona/gulp-tiled-multiply","last_synced_at":"2026-04-14T06:31:53.572Z","repository":{"id":57259255,"uuid":"108910997","full_name":"Smona/gulp-tiled-multiply","owner":"Smona","description":"A gulp plugin for multiplying the width of Tiled tilemaps","archived":false,"fork":false,"pushed_at":"2017-10-30T21:57:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T16:15:51.231Z","etag":null,"topics":["gulp","phaser","tiled-map-editor"],"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/Smona.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}},"created_at":"2017-10-30T21:34:11.000Z","updated_at":"2017-10-30T21:57:53.000Z","dependencies_parsed_at":"2022-08-28T21:01:57.920Z","dependency_job_id":null,"html_url":"https://github.com/Smona/gulp-tiled-multiply","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smona%2Fgulp-tiled-multiply","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smona%2Fgulp-tiled-multiply/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smona%2Fgulp-tiled-multiply/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smona%2Fgulp-tiled-multiply/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smona","download_url":"https://codeload.github.com/Smona/gulp-tiled-multiply/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119574,"owners_count":20563763,"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":["gulp","phaser","tiled-map-editor"],"created_at":"2024-11-30T14:13:06.598Z","updated_at":"2026-04-14T06:31:53.532Z","avatar_url":"https://github.com/Smona.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-tiled-multiply\n\nA gulp plugin for multiplying the width of [Tiled](http://www.mapeditor.org/) tilemaps. \nUseful for infinitely scrolling maps.\n\n## Getting Started\n\n1. Install it \n\n`npm install --save-dev gulp-tiled-multiply`\n\n2. Use it in a gulp task\n\n```javascript\nvar multiply = require('gulp-tiled-multiply');\n\ngulp.task('tilemaps', function() {\n  return gulp.src('./public/tilemaps/*.json')\n    \n    // pass an argument for how many times you want the map multiplied.\n    // Defaults to 3\n    .pipe(multiply(2))\n    \n    // Output to a different directory\n    .pipe(gulp.dest('./public/tilemaps/tripled'))\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmona%2Fgulp-tiled-multiply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmona%2Fgulp-tiled-multiply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmona%2Fgulp-tiled-multiply/lists"}