{"id":16346687,"url":"https://github.com/matype/gulp-yacp","last_synced_at":"2025-06-19T11:38:43.843Z","repository":{"id":16683490,"uuid":"19439633","full_name":"matype/gulp-yacp","owner":"matype","description":"gulp plugin for compiling yacp files","archived":false,"fork":false,"pushed_at":"2014-05-05T22:19:54.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T02:44:49.552Z","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":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-05T00:40:33.000Z","updated_at":"2014-05-05T22:19:55.000Z","dependencies_parsed_at":"2022-08-25T19:02:42.986Z","dependency_job_id":null,"html_url":"https://github.com/matype/gulp-yacp","commit_stats":null,"previous_names":["matype/gulp-yacp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-yacp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-yacp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-yacp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matype%2Fgulp-yacp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matype","download_url":"https://codeload.github.com/matype/gulp-yacp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550230,"owners_count":19657541,"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:36:28.289Z","updated_at":"2025-02-18T21:20:46.029Z","avatar_url":"https://github.com/matype.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [gulp](http://gulpjs.com)-yacp [![Build Status](https://travis-ci.org/morishitter/gulp-yacp.svg?branch=master)](https://travis-ci.org/morishitter/gulp-yacp)\n\n\u003e Compile [YACP](https://github.com/morishitter/YACP) files to CSS\n\n\n## Install\n\n```bash\n$ npm install --save-dev gulp-yacp\n```\n\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar yacp = require('gulp-yacp');\n\ngulp.task('default', function () {\n  return gulp.src('src/app.ext')\n  .pipe(yacp())\n  .pipe(gulp.dest('dist'));\n});\n```\n\n## License\n\nMIT © [Masaaki Morishita](https://github.com/morishitter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fgulp-yacp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatype%2Fgulp-yacp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatype%2Fgulp-yacp/lists"}