{"id":25487823,"url":"https://github.com/kocisov/wooo","last_synced_at":"2025-11-08T01:30:31.777Z","repository":{"id":57351889,"uuid":"70808188","full_name":"kocisov/wooo","owner":"kocisov","description":"Tool that helps you add Redux to your React project without pain","archived":false,"fork":false,"pushed_at":"2018-03-25T12:41:55.000Z","size":37796,"stargazers_count":61,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-12T08:16:36.163Z","etag":null,"topics":["cli","client","command","command-line","command-line-tool","create-react-app","npm","react","react-redux","react-router","react-router-redux","redux","scaffold","tool","yarn"],"latest_commit_sha":null,"homepage":"https://kocisov.github.io/wooo/","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/kocisov.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":"2016-10-13T13:16:14.000Z","updated_at":"2024-11-30T05:54:03.000Z","dependencies_parsed_at":"2022-08-29T16:30:56.690Z","dependency_job_id":null,"html_url":"https://github.com/kocisov/wooo","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/kocisov%2Fwooo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocisov%2Fwooo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocisov%2Fwooo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocisov%2Fwooo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kocisov","download_url":"https://codeload.github.com/kocisov/wooo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493669,"owners_count":19647995,"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","client","command","command-line","command-line-tool","create-react-app","npm","react","react-redux","react-router","react-router-redux","redux","scaffold","tool","yarn"],"created_at":"2025-02-18T20:28:06.868Z","updated_at":"2025-11-08T01:30:31.719Z","avatar_url":"https://github.com/kocisov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg title=\"\" src=\"https://kocisov.github.io/wooo/static/deer.svg\" alt=\"\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n# Wooo [![Build Status](https://travis-ci.org/Kocisov/wooo.svg?branch=master)](https://travis-ci.org/Kocisov/wooo) [![npm](https://img.shields.io/npm/v/redux-wooo.svg)](http://npmjs.com/redux-wooo) [![davidm](https://david-dm.org/kocisov/wooo.svg)](https://david-dm.org/kocisov/wooo) [![Code Climate](https://codeclimate.com/github/Kocisov/wooo/badges/gpa.svg)](https://codeclimate.com/github/Kocisov/wooo)\n\u003e Tool that helps you add Redux to your React project without pain\n\n## Main goal of wooo\nLet users write one command instead of creating 5 folders, 10+ files and installing 4 dependencies for Redux to get going.\n\n## So, what does wooo do?\n**Wooo** does install required dependencies and create [template files](https://github.com/Kocisov/wooo/tree/master/templates) in specified path with:\n  1. One [duck](https://github.com/erikras/ducks-modular-redux) module for user login/logout\n  2. One stateless Component with CSS\n  3. React-router and react-router-redux reducer (You can choose v4 or v3 (default) template)\n  4. Redux store configuration for production and development by process.env.NODE_ENV check\n  5. One Container with connected props by connect() function\n\n**This is pretty much just fast scaffolding, not actual code! But it can be edited to be production-ready with few more lines.**\n\n## Installation\n**Node version 6 or higher is required!**\n```bash\n# with yarn\n$ yarn global add redux-wooo\n\n# with npm\n$ npm install -g redux-wooo\n```\n\n## Usage\n```\nwooo [options]\n  --help, -h                Show Wooo's usage.\n  --version, -v             Show Wooo's version.\n  --template, -t [name]     Specify which template should Wooo create (templates directory)\n  --npm, -n                 Use npm for installing dependencies. (Wooo uses Yarn by default)\n  --dir, -d [path]          Directory, where do you want to create files by Wooo. (Dependencies are written into package.json (yarn creates new package.json if it is not present) in current directory)\n```\n\n**Default path for files is src folder in your current location in command line!**\n\n## Contribution\nIf you want to add template, just fork the repo and add your template files in folder into [/template](https://github.com/Kocisov/wooo/tree/master/templates).\n\nThis is not ideal and in the future Wooo will have better system for this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkocisov%2Fwooo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkocisov%2Fwooo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkocisov%2Fwooo/lists"}