{"id":22200431,"url":"https://github.com/iaseth/redicons-cli","last_synced_at":"2026-04-16T12:36:40.213Z","repository":{"id":212256166,"uuid":"731057169","full_name":"iaseth/redicons-cli","owner":"iaseth","description":"A CLI App to manage RedIcons in your projects.","archived":false,"fork":false,"pushed_at":"2023-12-20T11:50:23.000Z","size":2788,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T21:03:44.910Z","etag":null,"topics":["bootstrap","bootstrap-icons","cli","icons","json","react","redicons","typescript"],"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/iaseth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-12-13T09:09:49.000Z","updated_at":"2023-12-13T12:31:21.000Z","dependencies_parsed_at":"2023-12-13T10:30:32.204Z","dependency_job_id":"3b12914c-eb95-412f-805f-b130ee0f6921","html_url":"https://github.com/iaseth/redicons-cli","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"9288612353800e02669e16377747de1ca6f8b18e"},"previous_names":["iaseth/redicons-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fredicons-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fredicons-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fredicons-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fredicons-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iaseth","download_url":"https://codeload.github.com/iaseth/redicons-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245372367,"owners_count":20604490,"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":["bootstrap","bootstrap-icons","cli","icons","json","react","redicons","typescript"],"created_at":"2024-12-02T15:26:57.978Z","updated_at":"2026-04-16T12:36:40.152Z","avatar_url":"https://github.com/iaseth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# RedIcons\n[`redicons-cli`](https://www.npmjs.com/package/redicons-cli) allows you to easily manage\n[`RedIcons`](https://github.com/iaseth/redicons) in your React projects.\n\nI am using [`readmix`](https://github.com/iaseth/readmix) for generating this README.\nYou can view the source file [here](https://github.com/iaseth/timenames/blob/master/README.md.rx).\n\n\n## Getting Started\nThis will install the latest version of [`redicons-cli`](https://www.npmjs.com/package/redicons-cli):\n```\nnpm i -g redicons-cli@latest\n```\nNow, you can run the `redicons` command in your Terminal.\n\n\n## Usage\nAdd an icon with the `add` command:\n```\nredicons add bs-bug\n```\n\nRemove an icon with the `remove` command:\n```\nredicons remove bs-bug\n```\n\nUpdate an existing icon with the `update` command:\n```\nredicons update bs-bug\n```\n\nList all added icons with the `list` command:\n```\nredicons list\n```\n\nSearch for an icon with the `search` command:\n```\nredicons search arrow\n```\n\nShow help:\n```\nredicons help\n```\n\nShow version:\n```\nredicons version\n```\n\n\n## Shortcuts\nEvery redicon command has a shortcut, usually the first character of the command name.\n\nSome command also have a special character shortcut. All of these are listed in the table below.\n\n| Command | Shortcut | Special Shortcut |\n| ------- | -------- | ---------------- |\n| add     | a        | +                |\n| remove  | r        | -                |\n| update  | u        |                  |\n| list    | l        | =                |\n| search  | s        | ?                |\n| help    | h        |                  |\n| version | v        |                  |\n\n\n## Dependencies\nThis package has no dependencies.\n\n\n## Dev dependencies\n|     | `Package`     | `Version`   |\n| --- | ------------- | ----------- |\n| 1   | `@types/node` | `^20.10.4`  |\n\n\n\n## License\nMIT License\n\nCopyright (c) Ankur Seth.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n## Credit\n\nThis file was generated using [`readmix`](https://github.com/iaseth/readmix).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fredicons-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiaseth%2Fredicons-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fredicons-cli/lists"}