{"id":21972021,"url":"https://github.com/icfnext/gulp-slang","last_synced_at":"2025-04-28T12:21:46.193Z","repository":{"id":21410821,"uuid":"24728836","full_name":"icfnext/gulp-slang","owner":"icfnext","description":"A Gulp plugin for curling files to JCR / Sling","archived":false,"fork":false,"pushed_at":"2019-04-23T15:29:43.000Z","size":19,"stargazers_count":20,"open_issues_count":4,"forks_count":12,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-14T13:45:49.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/icfnext.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}},"created_at":"2014-10-02T17:25:05.000Z","updated_at":"2020-03-26T14:31:06.000Z","dependencies_parsed_at":"2022-09-02T01:21:18.634Z","dependency_job_id":null,"html_url":"https://github.com/icfnext/gulp-slang","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/icfnext%2Fgulp-slang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fgulp-slang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fgulp-slang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fgulp-slang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icfnext","download_url":"https://codeload.github.com/icfnext/gulp-slang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311375,"owners_count":21569017,"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":[],"created_at":"2024-11-29T15:00:49.133Z","updated_at":"2025-04-28T12:21:46.173Z","avatar_url":"https://github.com/icfnext.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-slang\n==============\n\nCurl files to running JCR\n\n## Install\n\n```shell\n    npm install gulp-slang --save-dev\n```\n\n## Example\n```js\n    var gulp = require('gulp');\n    var slang = require('gulp-slang');\n\n    gulp.task('watch', function() {\n        gulp.watch('js/*.js', function(e) {\n            return gulp.src()\n                .pipe(slang({\n                    port: 4503\n                }));\n        });\n    });\n```\n\n## Options\n### host\nType: `string`\nDefault: `localhost`\n\nhostname to running sling instance.\n### port\nType: `number`\nDefault: `4502`\n\nPort for running sling instance.\n### username\nType: `string`\nDefault: `admin`\n\nUsername for authentication.\n### password\nType: `string`\nDefault: `admin`\n\nPassword for authentication.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fgulp-slang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficfnext%2Fgulp-slang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fgulp-slang/lists"}