{"id":16346586,"url":"https://github.com/matype/gulp-stylefmt","last_synced_at":"2025-03-20T23:32:43.638Z","repository":{"id":35930636,"uuid":"40218737","full_name":"matype/gulp-stylefmt","owner":"matype","description":"gulp plugin for stylefmt","archived":false,"fork":false,"pushed_at":"2018-11-22T07:41:43.000Z","size":8,"stargazers_count":44,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-22T02:04:12.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matype.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":"2015-08-05T01:53:58.000Z","updated_at":"2019-05-08T21:32:50.000Z","dependencies_parsed_at":"2022-07-08T13:00:18.119Z","dependency_job_id":null,"html_url":"https://github.com/matype/gulp-stylefmt","commit_stats":null,"previous_names":["morishitter/gulp-stylefmt","morishitter/gulp-cssfmt","matype/gulp-stylefmt","masaakim/gulp-stylefmt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-stylefmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-stylefmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-stylefmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-stylefmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/gulp-stylefmt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221810224,"owners_count":16884070,"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-10-11T00:35:42.728Z","updated_at":"2024-10-28T08:53:46.613Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-stylefmt [![Build Status](https://travis-ci.org/morishitter/gulp-stylefmt.svg)](https://travis-ci.org/morishitter/gulp-stylefmt)\n\ngulp plugin for [stylefmt](https://github.com/morishitter/stylefmt)\n\n## Installation\n\n```shell\n$ npm install --save-dev gulp-stylefmt\n```\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar stylefmt = require('gulp-stylefmt');\n\ngulp.task('stylefmt', function () {\n  return gulp.src('src/input.css')\n    .pipe(stylefmt())\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 - 2016 Masaaki Morishita\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fgulp-stylefmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fgulp-stylefmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fgulp-stylefmt/lists"}