{"id":15287166,"url":"https://github.com/ivan-ha/generator-ivan-js","last_synced_at":"2026-01-05T08:02:54.823Z","repository":{"id":57247524,"uuid":"154691108","full_name":"ivan-ha/generator-ivan-js","owner":"ivan-ha","description":"Create js linting, formatting, deploy using gh-pages project scaffolding","archived":false,"fork":false,"pushed_at":"2019-01-02T14:07:47.000Z","size":78,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-01T04:50:05.033Z","etag":null,"topics":["commit-lint","editorconfig","eslint","generator","import-sort","javascript","lint-staged","prettier","yeoman","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivan-ha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-10-25T15:05:03.000Z","updated_at":"2023-03-04T05:35:47.000Z","dependencies_parsed_at":"2022-08-24T16:51:01.719Z","dependency_job_id":null,"html_url":"https://github.com/ivan-ha/generator-ivan-js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-ha%2Fgenerator-ivan-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-ha%2Fgenerator-ivan-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-ha%2Fgenerator-ivan-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-ha%2Fgenerator-ivan-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-ha","download_url":"https://codeload.github.com/ivan-ha/generator-ivan-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200679,"owners_count":20576673,"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":["commit-lint","editorconfig","eslint","generator","import-sort","javascript","lint-staged","prettier","yeoman","yeoman-generator"],"created_at":"2024-09-30T15:25:22.033Z","updated_at":"2026-01-05T08:02:54.817Z","avatar_url":"https://github.com/ivan-ha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ivan-ha/generator-ivan-js\n\nMy Yeoman generator to create project scaffolding for JS Web application build with React, Redux, Redux-Saga, Flow, Ramda, Jest.\n\nIt includes configure JS linting, formatting, deploy using gh-pages, etc.\n\n## Installation\n\n**(Recommended) Without globally installed packages**\n```sh\nnpx -p yo -p generator-ivan-js -c \"yo ivan-js\"\n```\n\n**With globally installed packages**\n```sh\nnpm install -g yo\nnpm install -g generator-ivh-react-component\nyo ivan-js\n```\n\n## What's in the Box\n\n### Commit linting\n\nImplement [Conventional Commits](https://www.conventionalcommits.org) via [`commitlint`](https://github.com/marionebl/commitlint), to adhere to commit convention, and auto run on every commit.\n\nCheck out the config in [`.commitlintrc.json`](https://github.com/ivan-ha/generator-ivan-js/blob/master/generators/app/templates/.commitlintrc.json).\n\n### Code linting\n\nIntegrated [ESLint](https://eslint.org/) as the JS linter. And added the following plugins:\n'eslint-config-prettier',\n- [`eslint-plugin-flowtype`](https://github.com/gajus/eslint-plugin-flowtype)\n- [`eslint-plugin-import`](https://github.com/benmosher/eslint-plugin-import)\n- [`eslint-plugin-jest`](https://github.com/jest-community/eslint-plugin-jest)\n- [`eslint-plugin-prettier`](https://github.com/prettier/eslint-plugin-prettier)\n- [`eslint-plugin-ramda`](https://github.com/ramda/eslint-plugin-ramda)\n- [`eslint-plugin-react-redux`](https://github.com/DianaSuvorova/eslint-plugin-react-redux)\n- [`eslint-plugin-react`](https://github.com/yannickcr/eslint-plugin-react)\n- [`eslint-plugin-redux-saga`](https://github.com/pke/eslint-plugin-redux-saga)\n\nCheck out the config in [`.eslintrc.yml`](https://github.com/ivan-ha/generator-ivan-js/blob/master/generators/app/templates/.eslintrc.yml).\n\n### Deployment\n\nSupport deploy static to [GitHub project page](https://help.github.com/articles/user-organization-and-project-pages/) via [gh-pages](https://github.com/tschaub/gh-pages).\n\nTo deploy\n```sh\nyarn deploy\n```\n\nNote that default settings:\n1. static are built with `yarn build`\n2. build files are located in `{projectRoot}/build`\n\nPlease config the `pre-deploy` hook and `deploy` command if that's not your case.\n\n### Version bumping\n\n```sh\nyarn bump-version\n```\n\nImplemented via [`standard-version`](https://github.com/conventional-changelog/standard-version), which commit messages are required to align with [Conventional Commits](https://www.conventionalcommits.org).\n\n### Import sorting\n\nImplemented via [`import-sort`](https://github.com/renke/import-sort), and configured to the [`import-sort-style-module`](https://github.com/renke/import-sort/tree/master/packages/import-sort-style-module).\n\nAutomatically run on commit hook.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-ha%2Fgenerator-ivan-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-ha%2Fgenerator-ivan-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-ha%2Fgenerator-ivan-js/lists"}