{"id":17663828,"url":"https://github.com/marksmurphy/codename-generator","last_synced_at":"2025-06-19T16:33:57.971Z","repository":{"id":36153147,"uuid":"221913330","full_name":"markSmurphy/codename-generator","owner":"markSmurphy","description":"Use `codename-generator` to suggest some random code names for when your imagination lets you down.","archived":false,"fork":false,"pushed_at":"2022-06-07T16:44:16.000Z","size":79,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T23:08:57.077Z","etag":null,"topics":["avatar","avatar-generator","codename","generator"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/codename-generator","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/markSmurphy.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":"2019-11-15T11:46:43.000Z","updated_at":"2024-05-09T21:16:15.000Z","dependencies_parsed_at":"2022-08-09T03:30:27.929Z","dependency_job_id":null,"html_url":"https://github.com/markSmurphy/codename-generator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markSmurphy%2Fcodename-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markSmurphy%2Fcodename-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markSmurphy%2Fcodename-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markSmurphy%2Fcodename-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markSmurphy","download_url":"https://codeload.github.com/markSmurphy/codename-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968118,"owners_count":21833252,"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":["avatar","avatar-generator","codename","generator"],"created_at":"2024-10-23T19:42:41.303Z","updated_at":"2025-05-07T23:09:03.809Z","avatar_url":"https://github.com/markSmurphy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codename-generator\n\n![Version](https://img.shields.io/npm/v/codename-generator.svg?style=plastic)\n![node-current](https://img.shields.io/node/v/codename-generator?style=plastic)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5f8ab4e09fde4454968b383a2b4f2fbe)](https://www.codacy.com/gh/markSmurphy/codename-generator/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=markSmurphy/codename-generator\u0026amp;utm_campaign=Badge_Grade)\n![GitHub issues](https://img.shields.io/github/issues/markSmurphy/codename-generator?style=plastic)\n[![Known Vulnerabilities](https://snyk.io/test/github/markSmurphy/codename-generator/badge.svg?targetFile=package.json)](https://snyk.io/test/github/markSmurphy/codename-generator?targetFile=package.json)\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/codename-generator.svg?style=plastic)\n![Downloads](https://img.shields.io/npm/dm/codename-generator.svg?style=plastic)\n![Licence](https://img.shields.io/npm/l/codename-generator.svg?style=plastic)\n\n## Overview\n\nHave you ever needed to give something a code name?  Perhaps for a project you're working on, or a new screen-name, but your imagination has let you down?\nUse `codename-generator` to suggest some random code names.\n\nIt has a small dictionary of a few thousand inoffensive adjectives and nouns which are picked at random to generate a suggested code name.\nBy default a screen-full of suggestions are made, so the larger your screen is, the more suggestions you'll have.\n\n```text\ncodename-generator\n```\n\n![`codename-generator`](https://marksmurphy.github.io/img/codename-generator-screenfull.gif)\n\n---\n\n## Installation\n\n```text\nnpm -g install codename-generator\n```\n\n---\n\n## Change Log\n\nSee what's changed recently via the `CHANGELOG.md` which can be found [here](./CHANGELOG.md)\n\n---\n\n## Options\n\nYou can use the `--help` option to list all of the options.\n\n### Default (no options)\n\nDon't supply any options and by default you'll get a screen-full of suggested code names (based upon the terminal's row count via the property `node -p process.stdout.rows`).\n\n### \u003cnumber\u003e\n\nOr you can specify how many you'd like generated:\n\n```text\ncodename-generator 20\n```\n\n![`codename-generator 20`](https://marksmurphy.github.io/img/codename-generator-20.gif)\n\n### --list-adjectives\n\nLists all ~1870 adjectives in the dictionary.\n\n### --list-nouns\n\nLists all ~960 nouns in the dictionary.\n\n### --nsfw\n\nEnables **Not Safe for Work** mode, which supplements the usual inoffensive dictionary with a selection of the ruder everyday english expressions.\n\n### --no-color\n\nSwitches off colour output.  Useful if piping output somewhere which doesn't handle the unicode control codes.\n\n### --version\n\nDisplay the version number.\n\n### --help\n\nDisplay the help screen.\n\n![`codename-generator --help`](https://marksmurphy.github.io/img/codename-generator-help.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksmurphy%2Fcodename-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksmurphy%2Fcodename-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksmurphy%2Fcodename-generator/lists"}