{"id":17513043,"url":"https://github.com/chattes/reduxboilergenerator","last_synced_at":"2026-05-05T11:34:17.420Z","repository":{"id":57351924,"uuid":"120048265","full_name":"chattes/reduxboilergenerator","owner":"chattes","description":"Generates Boiler Plate code if you use REDUX for handling API calls","archived":false,"fork":false,"pushed_at":"2018-03-26T12:27:54.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T01:36:58.827Z","etag":null,"topics":["boilerplate","react","redux","redux-actions"],"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/chattes.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":"2018-02-03T01:14:20.000Z","updated_at":"2018-03-26T12:27:55.000Z","dependencies_parsed_at":"2022-08-29T16:31:30.146Z","dependency_job_id":null,"html_url":"https://github.com/chattes/reduxboilergenerator","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/chattes/reduxboilergenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chattes%2Freduxboilergenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chattes%2Freduxboilergenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chattes%2Freduxboilergenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chattes%2Freduxboilergenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chattes","download_url":"https://codeload.github.com/chattes/reduxboilergenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chattes%2Freduxboilergenerator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266963541,"owners_count":24013076,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boilerplate","react","redux","redux-actions"],"created_at":"2024-10-20T06:06:59.263Z","updated_at":"2026-05-05T11:34:17.388Z","avatar_url":"https://github.com/chattes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\r\n\r\n\r\nIf you have used Redux in your Project, you must be aware that common convention is\r\nto have a Reducers Folder which contains all your Reducers.\r\nYou also should be having an Actions folder with atleast two file.\r\n\r\n* Action File\r\n* Action Type File\r\n\r\nUsually you have to have 3 actions for any API calls\r\n\r\n* `\u003cACTION\u003e_REQ`\r\n* `\u003cACTION\u003e_RES`\r\n* `\u003cACTION\u003e_ERROR`\r\n\r\nThat is a lot of Boiler Plate for every API Calls.\r\n\r\n**reduxboilergenerator** provides you with a Command Line utility to generate this boiler plate so that you quickly get to the core logic.\r\n\r\nThere are 3 files and 2 folder generated.\r\n\r\n```\r\n--Actions\r\n  --\u003cactionname\u003eActions.js\r\n  --\u003cactionname\u003eActionType.js\r\n--reducers\r\n  --\u003cactionname\u003eReducers\r\n    --index.js\r\n```\r\n\r\n![alt text](https://i.imgur.com/lgXZFWR.gif)\r\n\r\nIt will generate the common boiler plate code for you and then you just fill up the rest according to your \r\nrequirements.\r\n\r\nCurrently the boiler plate uses `jquery` and makes an `xhr` request and does not use `Fetch` or `Axios`.\r\nFeel free to submit a pull request or raise Issues, if you see any shortcomings!\r\n\r\n### HAPPY BOILING!!\r\n\r\n## Example\r\n\r\n```\r\n$ npm install -g reduxboilergen\r\n```\r\n\r\n## Usage\r\n\r\nIn Command Line type the Command and follow along the Prompts\r\n\r\n```\r\n$ boilredux\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchattes%2Freduxboilergenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchattes%2Freduxboilergenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchattes%2Freduxboilergenerator/lists"}