{"id":27398825,"url":"https://github.com/frontainer/gulp-frontnote","last_synced_at":"2025-04-14T01:52:20.237Z","repository":{"id":19701321,"uuid":"22956317","full_name":"frontainer/gulp-frontnote","owner":"frontainer","description":"スタイルガイドジェネレーターFrontNoteのGulpプラグイン","archived":false,"fork":false,"pushed_at":"2016-10-08T02:34:26.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T15:55:27.816Z","etag":null,"topics":["css","frontnote","gulp","sass","scss","styleguide","stylus"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dunizb/sCalc","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontainer.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-08-14T14:16:46.000Z","updated_at":"2018-10-30T06:09:04.000Z","dependencies_parsed_at":"2022-08-05T05:00:15.365Z","dependency_job_id":null,"html_url":"https://github.com/frontainer/gulp-frontnote","commit_stats":null,"previous_names":["frontainer/gulp-frontnote","sable-virt/gulp-frontnote"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fgulp-frontnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fgulp-frontnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fgulp-frontnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fgulp-frontnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontainer","download_url":"https://codeload.github.com/frontainer/gulp-frontnote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774981,"owners_count":21159534,"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":["css","frontnote","gulp","sass","scss","styleguide","stylus"],"created_at":"2025-04-14T01:52:19.565Z","updated_at":"2025-04-14T01:52:20.230Z","avatar_url":"https://github.com/frontainer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-frontnote\n\u003e gulp-frontnote is [FrontNote](https://github.com/frontainer/frontnote) plugin for [gulp](https://github.com/wearefractal/gulp)\n\n## Required\nThis plugin requires\n\n* [gulp](https://github.com/wearefractal/gulp)\n\n## Usage\n\nFirst, install `gulp-frontnote` as a development dependency:\n\n```shell\nnpm install --save-dev gulp-frontnote\n```\n\nThen, add it to your `gulpfile.js`:\n\n```javascript\nvar frontNote = require('gulp-frontnote');\n\ngulp.src('src/**/*.css')\n\t.pipe(frontNote({\n\t\t// options\n\t}));\n```\n\n## Options\n\nOptions supported by [frontnote](https://github.com/frontainer/frontnote)\n\n\n## Usage Examples\n\n```javascript\nvar frontNote = require('gulp-frontnote');\n\ngulp.task('doc', function() {\n\tgulp.src('src/**/*.css')\n\t\t.pipe(frontNote({\n\t\t\tout: './doc',\n\t\t\ttemplate: './my-template',\n\t\t\toverview: './overview.md',\n\t\t\tincludePath: 'assets/**/*'\n\t\t}));\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontainer%2Fgulp-frontnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontainer%2Fgulp-frontnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontainer%2Fgulp-frontnote/lists"}