{"id":19739519,"url":"https://github.com/suitcss/generator-suit","last_synced_at":"2025-04-30T05:32:07.072Z","repository":{"id":57248979,"uuid":"9955517","full_name":"suitcss/generator-suit","owner":"suitcss","description":"A Yeoman generator for SUIT packages","archived":false,"fork":false,"pushed_at":"2017-04-19T19:47:26.000Z","size":41,"stargazers_count":26,"open_issues_count":0,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-12T20:29:22.456Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suitcss.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":"2013-05-09T08:38:43.000Z","updated_at":"2024-09-18T11:03:11.000Z","dependencies_parsed_at":"2022-08-24T16:22:27.787Z","dependency_job_id":null,"html_url":"https://github.com/suitcss/generator-suit","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fgenerator-suit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fgenerator-suit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fgenerator-suit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suitcss%2Fgenerator-suit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suitcss","download_url":"https://codeload.github.com/suitcss/generator-suit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224198019,"owners_count":17272043,"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-11-12T01:17:33.930Z","updated_at":"2024-11-12T01:17:34.555Z","avatar_url":"https://github.com/suitcss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-suit [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\u003e SUIT package generator\n\nA [Yeoman](http://yeoman.io/) generator for\n[SUIT](https://github.com/suitcss/suit) packages.\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-suit using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g generator-suit\n```\n\nMake a new directory, and `cd` into it:\n\n```\nmkdir suit-my-component \u0026\u0026 cd $_\n```\n\nNow scaffold out a SUIT package using the `yo` command (and optionally passing\na name for your module):\n\n```bash\nyo suit my-component\n```\n\n## Generator\n\nGenerates the boilerplate you need for a simple SUIT component.\n\nExample:\n\n```\nyo suit my-component\n```\n\nProduces:\n\n```\n.\n├── .gitignore\n├── .stylelintrc\n├── .travis.yml\n├── CHANGELOG.md\n├── index.css\n├── LICENSE.md\n├── package.json\n├── README.md\n├── lib/my-component.css\n├── test/config.json\n├── test/index.html\n└── test/test.css\n```\n\n## License\n\nMIT\n\n\n[npm-image]: https://badge.fury.io/js/generator-suit.svg\n[npm-url]: https://npmjs.org/package/generator-suit\n[travis-image]: https://travis-ci.org/suitcss/generator-suit.svg?branch=master\n[travis-url]: https://travis-ci.org/suitcss/generator-suit\n[daviddm-image]: https://david-dm.org/suitcss/generator-suit.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/suitcss/generator-suit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuitcss%2Fgenerator-suit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuitcss%2Fgenerator-suit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuitcss%2Fgenerator-suit/lists"}