{"id":13414923,"url":"https://github.com/SamHatoum/chimp","last_synced_at":"2025-12-29T23:25:56.483Z","repository":{"id":724805,"uuid":"33154212","full_name":"xolvio/chimp","owner":"xolvio","description":"Tooling that helps you do quality, faster.","archived":false,"fork":false,"pushed_at":"2023-11-10T20:56:25.000Z","size":6076,"stargazers_count":798,"open_issues_count":9,"forks_count":139,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-10-29T17:13:45.999Z","etag":null,"topics":["apollo","chimp","continuous-integration","federation","graphql","javascript","quality","tdd"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/xolvio.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}},"created_at":"2015-03-30T23:43:04.000Z","updated_at":"2024-08-22T17:33:50.000Z","dependencies_parsed_at":"2023-07-05T20:02:40.314Z","dependency_job_id":"61f1c37f-4f6d-44ad-94e7-9b252751f1cd","html_url":"https://github.com/xolvio/chimp","commit_stats":{"total_commits":105,"total_committers":7,"mean_commits":15.0,"dds":0.5809523809523809,"last_synced_commit":"d6b718bdfad2d3b54d86efccbf5c720d0a95e312"},"previous_names":[],"tags_count":179,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xolvio%2Fchimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xolvio%2Fchimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xolvio%2Fchimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xolvio%2Fchimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xolvio","download_url":"https://codeload.github.com/xolvio/chimp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767232,"owners_count":20992538,"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":["apollo","chimp","continuous-integration","federation","graphql","javascript","quality","tdd"],"created_at":"2024-07-30T21:00:39.919Z","updated_at":"2025-12-29T23:25:56.410Z","avatar_url":"https://github.com/xolvio.png","language":"TypeScript","readme":"chimp\n=====\n\nYour development companion for doing quality, faster. For a full documentation please go to [chimpjs.com](https://www.chimpjs.com/).\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/chimp.svg)](https://npmjs.org/package/chimp)\n[![Downloads/week](https://img.shields.io/npm/dw/chimp.svg)](https://npmjs.org/package/chimp)\n[![License](https://img.shields.io/npm/l/chimp.svg)](https://github.com/xolvio/chimp2/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g chimp\n$ chimp COMMAND\nrunning command...\n$ chimp (--version)\nchimp/0.0.0-development darwin-arm64 node-v18.1.0\n$ chimp --help [COMMAND]\nUSAGE\n  $ chimp COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`chimp create NAME`](#chimp-create-name)\n* [`chimp eject`](#chimp-eject)\n* [`chimp generate`](#chimp-generate)\n* [`chimp help [COMMANDS]`](#chimp-help-commands)\n* [`chimp init`](#chimp-init)\n\n## `chimp create NAME`\n\ncreate (scaffold) a new app\n\n```\nUSAGE\n  $ chimp create NAME [-h] [-a \u003cvalue\u003e] [-g \u003cvalue\u003e]\n\nARGUMENTS\n  NAME  name of the new app, also used as the directory\n\nFLAGS\n  -a, --appPrefix=\u003cvalue\u003e        [default: ~app] prefix that points to the sourcecode of your app\n  -g, --generatedPrefix=\u003cvalue\u003e  [default: ~generated] prefix that points to the generated by chimp helper code\n  -h, --help                     Show CLI help.\n\nDESCRIPTION\n  create (scaffold) a new app\n\nEXAMPLES\n  $ chimp create my-new-app\n\n  $ chimp create my-new-app -a ~src -g ~chimp-helpers\n```\n\n_See code: [src/commands/create.ts](https://github.com/xolvio/chimp/blob/v0.0.0-development/src/commands/create.ts)_\n\n## `chimp eject`\n\nEject from chimp. While chimp is not a runtime dependency and your project will still run after removing it, ejecting offers a cleaner development environment. While we hope you never need to eject, it is reassuring to know you have the option. If you choose to eject or are considering it, please inform us. Remember, you are always just one command away from this choice.\n\n```\nUSAGE\n  $ chimp eject [-h]\n\nFLAGS\n  -h, --help  Show CLI help.\n\nDESCRIPTION\n  Eject from chimp. While chimp is not a runtime dependency and your project will still run after removing it, ejecting\n  offers a cleaner development environment. While we hope you never need to eject, it is reassuring to know you have the\n  option. If you choose to eject or are considering it, please inform us. Remember, you are always just one command away\n  from this choice.\n\nEXAMPLES\n  $ chimp eject\n```\n\n_See code: [src/commands/eject.ts](https://github.com/xolvio/chimp/blob/v0.0.0-development/src/commands/eject.ts)_\n\n## `chimp generate`\n\ngenerate GraphQL code\n\n```\nUSAGE\n  $ chimp generate [-h] [-a \u003cvalue\u003e] [-g \u003cvalue\u003e] [-p \u003cvalue\u003e]\n\nFLAGS\n  -a, --appPrefix=\u003cvalue\u003e        [default: ~app] prefix that points to the sourcecode of your app\n  -g, --generatedPrefix=\u003cvalue\u003e  [default: ~generated] prefix that points to the generated by chimp helper code\n  -h, --help                     Show CLI help.\n  -p, --modulesPath=\u003cvalue\u003e      path to the graphQL modules, only use if you are migrating an existing Apollo App and\n                                 you want to use chimp only for a part of it\n\nDESCRIPTION\n  generate GraphQL code\n\nEXAMPLES\n  $ chimp generate\n\n  $ chimp generate -a ~src -g ~chimp-helpers\n```\n\n_See code: [src/commands/generate.ts](https://github.com/xolvio/chimp/blob/v0.0.0-development/src/commands/generate.ts)_\n\n## `chimp help [COMMANDS]`\n\nDisplay help for chimp.\n\n```\nUSAGE\n  $ chimp help [COMMANDS] [-n]\n\nARGUMENTS\n  COMMANDS  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for chimp.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.16/src/commands/help.ts)_\n\n## `chimp init`\n\ninit Chimp\n\n```\nUSAGE\n  $ chimp init [-h] [-p \u003cvalue\u003e]\n\nFLAGS\n  -h, --help                 Show CLI help.\n  -p, --modulesPath=\u003cvalue\u003e  [default: ./src/modules] path to the GraphQL modules.\n\nDESCRIPTION\n  init Chimp\n\nEXAMPLES\n  $ chimp init\n\n  $ chimp init -p ./src/chimp-modules\n```\n\n_See code: [src/commands/init.ts](https://github.com/xolvio/chimp/blob/v0.0.0-development/src/commands/init.ts)_\n\u003c!-- commandsstop --\u003e\n\n## Updating jest.config.js after chimp init\n\nPlease manually add pathsToModuleNameMapper like so:\n\n```javascript\nconst { pathsToModuleNameMapper } = require(\"ts-jest/utils\");\nconst { compilerOptions } = require(\"./tsconfig\");\n// ...\nmodule.exports = {\n  // ...,\n  moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, {\n    prefix: \"\u003crootDir\u003e/\"\n  })\n}\n```\n","funding_links":[],"categories":["Uncategorized","JavaScript","TypeScript","javascript","Tools and frameworks (a-z↓)","Tools and frameworks"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamHatoum%2Fchimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSamHatoum%2Fchimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSamHatoum%2Fchimp/lists"}