{"id":17596626,"url":"https://github.com/roms1383/generator-kroms","last_synced_at":"2025-04-15T16:56:58.984Z","repository":{"id":34911064,"uuid":"189155243","full_name":"Roms1383/generator-kroms","owner":"Roms1383","description":"Yeoman generator based on custom presets","archived":false,"fork":false,"pushed_at":"2025-04-08T12:50:50.000Z","size":886,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T04:58:52.676Z","etag":null,"topics":["codacy","commitlint-config","custom","eslint-config","husky-config","lint-staged","nvm","opinionated","remark-lint","renovate-config","semantic-release-config","travis-ci","yeoman-generator"],"latest_commit_sha":null,"homepage":null,"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/Roms1383.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-29T05:18:31.000Z","updated_at":"2021-10-21T11:02:11.000Z","dependencies_parsed_at":"2023-01-15T10:15:45.417Z","dependency_job_id":"779b888a-c9f9-4552-a0e5-21df8d9ec173","html_url":"https://github.com/Roms1383/generator-kroms","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roms1383%2Fgenerator-kroms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roms1383%2Fgenerator-kroms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roms1383%2Fgenerator-kroms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roms1383%2Fgenerator-kroms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roms1383","download_url":"https://codeload.github.com/Roms1383/generator-kroms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249116138,"owners_count":21215140,"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":["codacy","commitlint-config","custom","eslint-config","husky-config","lint-staged","nvm","opinionated","remark-lint","renovate-config","semantic-release-config","travis-ci","yeoman-generator"],"created_at":"2024-10-22T08:44:59.573Z","updated_at":"2025-04-15T16:56:58.960Z","avatar_url":"https://github.com/Roms1383.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-kroms\n\n[![Latest Release](https://badgen.net/npm/v/generator-kroms)](https://www.npmjs.com/package/generator-kroms) [![License](https://badgen.net/badge/license/MIT/blue)](LICENSE) [![Build Status](https://travis-ci.org/Roms1383/generator-kroms.svg?branch=master)](https://travis-ci.org/Roms1383/generator-kroms) [![Codacy Quality](https://api.codacy.com/project/badge/Grade/b0788062328c435ba1dc364424c25281)](https://www.codacy.com/app/Roms1383/generator-kroms?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Roms1383/generator-kroms\u0026amp;utm_campaign=Badge_Grade) [![Codacy Coverage](https://api.codacy.com/project/badge/Coverage/b0788062328c435ba1dc364424c25281)](https://www.codacy.com/app/Roms1383/generator-kroms?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Roms1383/generator-kroms\u0026utm_campaign=Badge_Coverage) [![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Dependencies](https://david-dm.org/Roms1383/generator-kroms.svg)](https://david-dm.org/) [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg)](https://github.com/carloscuesta/gitmoji)\n\nVery opinionated generator for Yeoman\n\n*****\n\n## install\n\nFirst, install [Yeoman](http://yeoman.io).\n\n```bash\nyarn global add yo\n```\n\n## use\n\nThen, install `generator-kroms` and run it on your new project:\n\n```bash\nyarn add generator-kroms --dev\nyo kroms\n```\n\n## features\n\n*   synchronise `LICENSE` from your `package.json` informations (thanks to [generator-license](https://github.com/jozefizso/generator-license))\n*   synchronise `.gitignore` from files found in project (only basic set so far), thanks to [gitignore.io](https://gitignore.io)\n*   synchronise `README.md` header and footer while leaving content untouched only if using proper delimiters\n*   add configuration file for [Renovate](https://renovatebot.com)\n*   add configuration file for [NVM](https://github.com/nvm-sh/nvm)\n*   add configuration files, dependencies and script for [ESLint](https://github.com/eslint/eslint), using [eslint-config-kroms](https://github.com/Roms1383/eslint-config-kroms) as preset\n*   add configuration file, dependencies and script for [RemarkLint](https://github.com/remarkjs/remark-lint), using `remark-preset-lint-recommended` as preset\n*   add configuration file, dependency and script for [Jest](https://github.com/facebook/jest)\n*   add dependency and script for [Codacy](https://github.com/codacy/node-codacy-coverage) (more [infos](generators/codacy/README.md))\n*   add configuration file, dependencies and script for [semantic-release](https://github.com/semantic-release/semantic-release), using [semantic-release-kroms](https://github.com/Roms1383/semantic-release-kroms) as preset\n*   add configuration file and dependencies for [commitlint](https://github.com/conventional-changelog/commitlint), using [commitlint-config-kroms](https://github.com/Roms1383/commitlint-config-kroms) as preset\n*   add configuration file and dependency for [lint-staged](https://github.com/okonet/lint-staged)\n*   add configuration file and dependency for [husky](https://github.com/typicode/husky)\n*   add configuration file and Git hooks for [travis](https://travis-ci.org)\n\nMore to come...\n\n## getting to know Yeoman\n\n*   Yeoman has a heart of gold. I don't :joy:.\n*   Yeoman is a person with feelings and opinions, but is very easy to work with.\n*   Yeoman can be too opinionated at times but is easily convinced not to be.\n*   Feel free to [learn more about Yeoman](http://yeoman.io/).\n\n*****\n\n_Romain KELIFA - MIT - 2019_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froms1383%2Fgenerator-kroms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froms1383%2Fgenerator-kroms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froms1383%2Fgenerator-kroms/lists"}