{"id":15207258,"url":"https://github.com/pattern-lab/edition-node-gulp","last_synced_at":"2025-10-03T01:30:45.950Z","repository":{"id":57219585,"uuid":"54811172","full_name":"pattern-lab/edition-node-gulp","owner":"pattern-lab","description":"ARCHIVED - The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.","archived":true,"fork":false,"pushed_at":"2019-12-10T06:09:58.000Z","size":1083,"stargazers_count":279,"open_issues_count":11,"forks_count":111,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-01-18T04:48:03.602Z","etag":null,"topics":["design-systems","edition","gulp","nodejs","pattern-lab"],"latest_commit_sha":null,"homepage":"","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/pattern-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-27T03:35:03.000Z","updated_at":"2024-04-10T21:25:48.000Z","dependencies_parsed_at":"2022-08-28T23:22:59.925Z","dependency_job_id":null,"html_url":"https://github.com/pattern-lab/edition-node-gulp","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattern-lab%2Fedition-node-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattern-lab%2Fedition-node-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattern-lab%2Fedition-node-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pattern-lab%2Fedition-node-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pattern-lab","download_url":"https://codeload.github.com/pattern-lab/edition-node-gulp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235059234,"owners_count":18929279,"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":["design-systems","edition","gulp","nodejs","pattern-lab"],"created_at":"2024-09-28T06:41:07.744Z","updated_at":"2025-10-03T01:30:40.674Z","avatar_url":"https://github.com/pattern-lab.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[📢 Archived in favor of https://github.com/pattern-lab/patternlab-node](https://github.com/pattern-lab/patternlab-node)\n\n# Pattern Lab Node - Gulp Edition\n\nThe Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node), the default PatternEngine, and supporting frontend assets.\n\n## Packaged Components\n\nThis Edition comes with the following components:\n\n* `pattern-lab/patternlab-node`: [GitHub](https://github.com/pattern-lab/patternlab-node) | [npm](https://www.npmjs.com/package/@pattern-lab/patternlab-node)\n* `pattern-lab/patternengine-node-mustache`: [GitHub](https://github.com/pattern-lab/patternengine-node-mustache) | [npm](https://www.npmjs.com/package/@pattern-lab/patternengine-node-mustache)\n* `pattern-lab/styleguidekit-assets-default`: [GitHub](https://github.com/pattern-lab/styleguidekit-assets-default) | [npm](https://www.npmjs.com/package/@pattern-lab/styleguidekit-assets-default)\n* `pattern-lab/styleguidekit-mustache-default`: [GitHub](https://github.com/pattern-lab/styleguidekit-mustache-default) | [npm](https://www.npmjs.com/package/@pattern-lab/styleguidekit-mustache-default)\n\n## Prerequisites\n\nThis Edition uses [Node](https://nodejs.org) for core processing, [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp.js](http://gulpjs.com/) to run tasks and interface with the core library. You can follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website if you haven't done so already. Installation of Node will include npm.\n\n## Installing\n\nPattern Lab Node can be used different ways. Editions like this one are **example** pairings of Pattern Lab code and do not always have an upgrade path or simple means to run as a dependency within a larger project. Users wishing to be most current and have the greatest flexibility are encouraged to consume `patternlab-node` directly. Users wanting to learn more about Pattern Lab and have a tailored default experience are encouraged to start with an Edition. Both methods still expect to interact with other elements of the [Pattern Lab Ecosystem](https://github.com/pattern-lab/patternlab-node#ecosystem).\n\nAs an Edition, the simplist installation sequence is to clone this repository.\n\n``` bash\nmkdir newApp \u0026\u0026 cd newApp\ngit clone https://github.com/pattern-lab/edition-node-gulp.git\nnpm install\n```\n\n## Getting Started\n\nThis edition comes pre-packaged with a couple simple gulp tasks. Extend them as needed.\n\n**build** patterns, copy assets, and construct ui\n\n``` bash\ngulp patternlab:build\n```\n\nbuild patterns, copy assets, and construct ui, watch source files, and **serve** locally\n\n``` bash\ngulp patternlab:serve\n```\n\nlogs Pattern Lab Node usage and **help** content\n\n``` bash\ngulp patternlab:help\n```\n\nTo interact further with Pattern Lab Node, such as to install plugins or starterkits, check out the rest of the `gulpfile.js`. You could also install the [Pattern Lab Node Command Line Interface](https://github.com/pattern-lab/patternlab-node-cli) or learn more about the [core API](https://github.com/pattern-lab/patternlab-node#usage).\n\n## Updating Pattern Lab\n\nTo update Pattern Lab please refer to each component's GitHub repository, and the [master instructions for core](https://github.com/pattern-lab/patternlab-node/wiki/Upgrading). The components are listed at the top of the README.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpattern-lab%2Fedition-node-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpattern-lab%2Fedition-node-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpattern-lab%2Fedition-node-gulp/lists"}