{"id":15362179,"url":"https://github.com/doug-wade/test-email-cli","last_synced_at":"2025-04-06T14:17:18.103Z","repository":{"id":70333563,"uuid":"74012517","full_name":"doug-wade/test-email-cli","owner":"doug-wade","description":"a cli application for generating and managing test email addresses","archived":false,"fork":false,"pushed_at":"2023-07-24T08:44:20.000Z","size":1451,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T05:55:59.955Z","etag":null,"topics":["cli-application","email-address","testing"],"latest_commit_sha":null,"homepage":null,"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/doug-wade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2016-11-17T09:40:59.000Z","updated_at":"2023-07-24T08:04:06.000Z","dependencies_parsed_at":"2024-10-26T22:06:00.862Z","dependency_job_id":null,"html_url":"https://github.com/doug-wade/test-email-cli","commit_stats":{"total_commits":54,"total_committers":4,"mean_commits":13.5,"dds":0.4629629629629629,"last_synced_commit":"4b1f8f804432e9ccf92239760829100c788a8815"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-wade%2Ftest-email-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-wade%2Ftest-email-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-wade%2Ftest-email-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-wade%2Ftest-email-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doug-wade","download_url":"https://codeload.github.com/doug-wade/test-email-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411225,"owners_count":20934653,"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-application","email-address","testing"],"created_at":"2024-10-01T12:59:02.727Z","updated_at":"2025-04-06T14:17:18.068Z","avatar_url":"https://github.com/doug-wade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-email-cli\n\ntest-email-cli is a cli application for generating and managing test email\naddresses.\n\n## Installation\n\nTo install, make sure you have node installed\n\n    sudo apt-get install nodejs\n\nThen install test-email-cli globally\n\n    npm install -g test-email-cli\n\nBefore using it the first time, make sure to initialize the configuration\n\n    test-email init\n\n## Use\n\nTo generate a new test email address, run `test-email generate`\n\n    test-email generate\n    \u003e doug+2016-11-17-1@dougwade.io\n\nYou may also want to pipe the results to your clipboard directly\nwith [xclip](https://linux.die.net/man/1/xclip) (on Linux) or\n[pbcopy](http://ss64.com/osx/pbcopy.html)\n\n    test-email generate | xclip\n    # doug+2016-11-17-2@dougwade.io is now on the clipboard\n\nYou can search old generated test emails with `test-email find`\n\n    test-email find\n    \u003e doug+2016-11-17-1@dougwade.io\n\nYou can limit searches by `date` and by ticket number, if provided when\ngenerated\n\n    test-email generate\n    \u003e doug+2016-11-17-1@dougwade.io\n    test-email generate --ticket=1\n    \u003e doug+2016-11-17-2@dougwade.io\n    test-email find --date=2016-11-17 --ticket=1\n    \u003e doug+2016-11-17-2@dougwade.io\n\nTo get help, or to get the list of all sub commands, simply run `help`\n\n    test-email help\n\n`help` is also used to discover how to use sub commands\n\n    test-email help init\n    \u003e Set up configuration for example. Runs interactive commands to walk you through setting up config.\n    \u003e Usage:\n    \u003e     test-email init\n    \u003e     # output from test-email\n\nTo update test-email, use update\n\n    test-email update\n\nThough if you haven't updated in a while, test-email-cli will remind you 😀\n\nBefore you run any commands, you'll need to set up some config by running `init`\n\n    test-email init\n\nThen follow the prompts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoug-wade%2Ftest-email-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoug-wade%2Ftest-email-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoug-wade%2Ftest-email-cli/lists"}