{"id":13769319,"url":"https://itchef.github.io/regauge/","last_synced_at":"2025-05-11T02:32:03.319Z","repository":{"id":57119509,"uuid":"188101324","full_name":"itchef/regauge","owner":"itchef","description":"A CLI tool to create and manage initial react project bundled with webpack, prettier and many more.","archived":true,"fork":false,"pushed_at":"2024-04-23T00:02:38.000Z","size":329,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T19:58:20.897Z","etag":null,"topics":["cli","generator","itchef","react","rg-cli","webpack"],"latest_commit_sha":null,"homepage":"https://itchef.github.io/regauge","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itchef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-22T19:30:08.000Z","updated_at":"2024-05-25T19:27:01.000Z","dependencies_parsed_at":"2024-08-03T17:02:05.206Z","dependency_job_id":null,"html_url":"https://github.com/itchef/regauge","commit_stats":{"total_commits":109,"total_committers":2,"mean_commits":54.5,"dds":0.01834862385321101,"last_synced_commit":"e224a3f52e16ae89fbad2936a4dab6dcb591b813"},"previous_names":["itchef/rg-cli"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchef%2Fregauge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchef%2Fregauge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchef%2Fregauge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itchef%2Fregauge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itchef","download_url":"https://codeload.github.com/itchef/regauge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224703869,"owners_count":17355710,"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":["cli","generator","itchef","react","rg-cli","webpack"],"created_at":"2024-08-03T17:00:21.786Z","updated_at":"2024-11-17T05:30:43.854Z","avatar_url":"https://github.com/itchef.png","language":"JavaScript","funding_links":[],"categories":["Showcase"],"sub_categories":[],"readme":"regauge\n==============\n\nA CLI tool to create and manage initial react project bundled with webpack, prettier and many more.\n\n[![npm](https://img.shields.io/npm/v/regauge?style=for-the-badge\u0026cacheSeconds=360)](https://npmjs.org/package/regauge)\n[![CircleCI](https://img.shields.io/circleci/build/github/itchef/regauge?style=for-the-badge\u0026cacheSeconds=360\u0026logo=CircleCi\u0026circle-token=ae9a68f7db509eb9281e2890eac3f50af93dabd9)](https://circleci.com/gh/itchef/regauge)\n[![DOWNLOADS](https://img.shields.io/npm/dy/regauge?style=for-the-badge\u0026cacheSeconds=360)](https://npmjs.org/package/regauge)\n[![npm bundle size](https://img.shields.io/bundlephobia/min/regauge?style=for-the-badge\u0026cacheSeconds=360)](https://bundlephobia.com/result?p=regauge)\n[![LICENSE](https://img.shields.io/npm/l/regauge?style=for-the-badge\u0026cacheSeconds=360)\n](./LICENSE)\n[![WEBSITE](https://img.shields.io/badge/Official-Website-blue?style=for-the-badge\u0026cacheSeconds=360)\n](https://itchef.github.io/regauge)\n[![CHAT](https://img.shields.io/gitter/room/itchef/regauge?style=for-the-badge)](https://gitter.im/Itcheforg/regauge)\n\n* [Usage](#usage)\n* [Commands](#commands)\n* [Contributing](#contributing)\n* [License](#license)\n\n# Usage\n\n```sh-session\n$ npm install -g regauge\n$ regauge COMMAND\nrunning command...\n$ regauge (-v|--version|version)\nregauge/0.5.0 darwin-x64 node-v11.5.0\n$ regauge --help [COMMAND]\nUSAGE\n  $ regauge COMMAND\n...\n```\n# Commands\n\n## `regauge generate GENERATOR NAME`\n\nGenerate new files. Such as components, modules etc.\n\n```\nUSAGE\n  $ regauge generate GENERATOR NAME\n\nARGUMENTS\n  GENERATOR  (component) What you want to generate\n  NAME       Name of the generated element\n\nOPTIONS\n  -h, --help  show CLI help\n\nALIASES\n  $ regauge g\n\nEXAMPLES\n  $ regauge generate component COMPONENT\n  $ regauge g c COMPONENT\n```\n\n_See code: [src/commands/generate.js](https://github.com/ITChef/regauge/blob/v0.2.0/src/commands/generate.js)_\n\n## `regauge help [COMMAND]`\n\ndisplay help for rg\n\n```\nUSAGE\n  $ regauge help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_\n\n## `regauge new APPNAME`\n\nTo generate a new regauge project.\n\n```\nUSAGE\n  $ regauge new APPNAME\n\nARGUMENTS\n  APPNAME  Name of your application\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/new.js](https://github.com/ITChef/regauge/blob/v0.2.0/src/commands/new.js)_\n\u003c!-- commandsstop --\u003e\n\n# Contributing\n\nRead our [contributing guide](./CONTRIBUTING.md) and let's build a better regauge together.\n\nWe welcome all contributions. You can submit any ideas as [pull requests](https://github.com/itchef/regauge/pulls) or as [GitHub issues](https://github.com/itchef/regauge/issues).\n\n# [Changelog](https://itchef.github.io/regauge/#/pages/Changelog)\n\nRead the [changelog]((https://itchef.github.io/regauge/#/pages/Changelog)) to find out the release info of this project.\n\n# License\n\n**The MIT License**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/itchef.github.io%2Fregauge%2F","html_url":"https://awesome.ecosyste.ms/projects/itchef.github.io%2Fregauge%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/itchef.github.io%2Fregauge%2F/lists"}