{"id":27935433,"url":"https://github.com/plentycode/gulp-sass-export","last_synced_at":"2025-05-07T06:16:33.892Z","repository":{"id":57258882,"uuid":"100834375","full_name":"plentycode/gulp-sass-export","owner":"plentycode","description":"Gulp plugin for sass-export utilities.","archived":false,"fork":false,"pushed_at":"2017-08-27T22:09:16.000Z","size":29,"stargazers_count":2,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T06:16:24.270Z","etag":null,"topics":["hacktoberfest","hacktoberfest2021","sass-export","sass-to-json"],"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/plentycode.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-08-20T02:55:51.000Z","updated_at":"2021-10-23T00:05:02.000Z","dependencies_parsed_at":"2022-08-25T03:01:26.020Z","dependency_job_id":null,"html_url":"https://github.com/plentycode/gulp-sass-export","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/plentycode%2Fgulp-sass-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plentycode%2Fgulp-sass-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plentycode%2Fgulp-sass-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plentycode%2Fgulp-sass-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plentycode","download_url":"https://codeload.github.com/plentycode/gulp-sass-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252824141,"owners_count":21809715,"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":["hacktoberfest","hacktoberfest2021","sass-export","sass-to-json"],"created_at":"2025-05-07T06:16:32.945Z","updated_at":"2025-05-07T06:16:33.887Z","avatar_url":"https://github.com/plentycode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp-Sass-Export\nGulp plugin for [sass-export] Sass export utilities.\n\n#### Use it for dev\nInstall it from NPM\n\n```\n$ npm install --save-dev gulp-sass-export\n```\n\n#### gulp plugin usage\n\n``` javascript\nconst gulp = require('gulp');\nconst sassExport = require('gulp-sass-export');\n\ngulp.task('sass-export', function() {\n    let sourceFiles = ['./scss/_variables.scss', './scss/_colors.scss', './scss/utils/*.scss'];\n\n    gulp.src(sourceFiles)\n        .pipe(sassExport({\n            fileName: 'sass-data.json',\n            dependencies: ['./scss/globals/']\n        }))\n        .pipe(gulp.dest('./tmp'))\n});\n\ngulp.task('default', ['sass-export']);\n\n```\n\n### Options:\n * **fileName**: {String} output file name. Default: 'sass-exported.json'\n * **dependencies**:  {array} list of folders where your source files should look for the imports. default: []\n * **type**: {String} set it to 'array' for an array typed output, default 'structured'\n\n[sass-export]:  \u003chttps://github.com/plentycode/sass-export\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplentycode%2Fgulp-sass-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplentycode%2Fgulp-sass-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplentycode%2Fgulp-sass-export/lists"}