{"id":23445152,"url":"https://github.com/ddosnotification/cli-gradient","last_synced_at":"2026-02-11T05:02:07.474Z","repository":{"id":265380748,"uuid":"894669365","full_name":"ddosnotification/cli-gradient","owner":"ddosnotification","description":"Add smooth gradient effects to your command line text, without any external dependencies. This pure JavaScript utility allows you to easily apply custom color gradients to terminal output, making it more visually appealing and dynamic.","archived":false,"fork":false,"pushed_at":"2024-11-26T19:19:56.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T14:55:43.289Z","etag":null,"topics":["cli","color-gradient","console-text-effects","console-utility","terminal-customization","terminal-styling"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cli-gradient","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/ddosnotification.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,"zenodo":null}},"created_at":"2024-11-26T19:11:25.000Z","updated_at":"2024-11-26T19:21:48.000Z","dependencies_parsed_at":"2024-11-29T21:04:44.028Z","dependency_job_id":null,"html_url":"https://github.com/ddosnotification/cli-gradient","commit_stats":null,"previous_names":["ddosnotification/cli-gradient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddosnotification/cli-gradient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fcli-gradient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fcli-gradient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fcli-gradient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fcli-gradient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddosnotification","download_url":"https://codeload.github.com/ddosnotification/cli-gradient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fcli-gradient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","color-gradient","console-text-effects","console-utility","terminal-customization","terminal-styling"],"created_at":"2024-12-23T19:29:37.281Z","updated_at":"2026-02-11T05:02:07.454Z","avatar_url":"https://github.com/ddosnotification.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ecli-gradient\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eAdd smooth gradient effects to your command line text, without any external dependencies.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/cli-gradient\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/cli-gradient.svg\" alt=\"NPM Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/cli-gradient\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/cli-gradient.svg\" alt=\"NPM Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Gradient Text**: Easily apply custom color gradients to your terminal output.\n- **Pure JavaScript**: No external dependencies, just a lightweight, self-contained solution.\n- **Configurable Gradients**: Specify your own start and end colors to create unique gradients.\n- **Cross-Platform**: Works seamlessly on Windows, macOS, and Linux terminals.\n\n## Installation\n\nInstall the package using npm:\n\n```\nnpm install cli-gradient-pure\n```\n\n## Usage\n\nImport the `gradientText` function and use it to apply gradient effects to your text:\n\n```javascript\nconst { gradientText } = require('cli-gradient-pure');\n\nconsole.log(gradientText('Hello, World!', { from: '#ff0000', to: '#0000ff' }));\n```\n\nThis will output the text \"Hello, World!\" with a smooth red-to-blue gradient.\n\n## Options\n\nThe `gradientText` function accepts the following options:\n\n| Option | Type | Description |\n| --- | --- | --- |\n| `from` | string | The starting color of the gradient (hex, rgb, or named color) |\n| `to` | string | The ending color of the gradient (hex, rgb, or named color) |\n\n\n## Contributing\n\nIf you find any issues or have suggestions for improvement, feel free to open a new issue or submit a pull request. \n## Note\n\n- This project is just for my personal usage, if you want to support me you can give it a star on github\n- If you want something to add or fix you can contact me on twitter (@ddosntfcion)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Fcli-gradient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddosnotification%2Fcli-gradient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Fcli-gradient/lists"}