{"id":38403941,"url":"https://github.com/leeocoder/ng-toastly","last_synced_at":"2026-01-21T20:00:31.055Z","repository":{"id":332850591,"uuid":"1135173599","full_name":"leeocoder/ng-toastly","owner":"leeocoder","description":"Modern, Lightweight, and Type-Safe Toast Notifications for Angular 17+ with zero dependencies. Features reactive Signals architecture, multi-positioning, dark mode, and full accessibility compliance.","archived":false,"fork":false,"pushed_at":"2026-01-16T12:03:34.000Z","size":512,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-21T02:28:14.168Z","etag":null,"topics":["accessibility","alert","angular","customable","design","library","notification","signals","standalone-components","system","toast","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/leeocoder.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T18:34:26.000Z","updated_at":"2026-01-16T12:03:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leeocoder/ng-toastly","commit_stats":null,"previous_names":["leeocoder/ng-toastly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leeocoder/ng-toastly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeocoder%2Fng-toastly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeocoder%2Fng-toastly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeocoder%2Fng-toastly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeocoder%2Fng-toastly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leeocoder","download_url":"https://codeload.github.com/leeocoder/ng-toastly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeocoder%2Fng-toastly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["accessibility","alert","angular","customable","design","library","notification","signals","standalone-components","system","toast","ui"],"created_at":"2026-01-17T03:59:43.104Z","updated_at":"2026-01-21T20:00:31.049Z","avatar_url":"https://github.com/leeocoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/leeocoder/ng-toastly/main/docs/assets/toastly-logo.png\" alt=\"Toastly Logo\" width=\"120\" /\u003e\n  \u003ch1\u003eToastly\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eModern, Lightweight, and Type-Safe Toast Notifications for Angular.\u003c/strong\u003e\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Angular](https://img.shields.io/badge/Angular-17%2B-DD0031.svg)](https://angular.io)\n[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)]()\n[![Documentation](https://img.shields.io/badge/docs-visist%20site-brightgreen)](https://leeocoder.github.io/ng-toastly/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n\n\u003c/div\u003e\n\n---\n\n## 📖 About The Project\n\n**Toastly** is an open-source Angular library designed to provide a developer-friendly and accessible way to display toast notifications. Unlike many existing solutions, Toastly takes full advantage of **Angular 17+** features, utilizing **Signals** for reactive state management and **Standalone Components** for ease of use.\n\nThis repository serves as a monorepo containing:\n\n1.  **The Library**: The core `@toastly/toastly` package.\n2.  **The Documentation**: A static site showcasing features and usage examples.\n\n### Key Features\n\n- 🚀 **Modern Architecture**: Built with Signals and Standalone Components.\n- 📐 **Multi-Positioning**: Support for multiple independent toast containers.\n- 🎨 **Themable**: Native dark mode support and extensive CSS variable customization.\n- ♿ **Accessible**: ARIA-compliant and keyboard navigable.\n- 📦 **Lightweight**: Zero 3rd-party dependencies.\n\n---\n\n## 📂 Repository Structure\n\n```\ntoastly/\n├── docs/                 # Documentation \u0026 Landing Page (Static Site)\n├── projects/\n│   └── toastly/          # The Core Angular Library Source\n├── angular.json          # Workspace Configuration\n└── package.json          # Root Dependencies\n```\n\n---\n\n## 🛠️ Development\n\nIf you want to contribute to Toastly or run it locally, follow these steps.\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm\n- Angular CLI\n\n### Installation\n\n1.  **Clone the repo**\n\n    ```bash\n    git clone https://github.com/leeocoder/ng-toastly.git\n    cd toastly\n    ```\n\n2.  **Install dependencies**\n    ```bash\n    npm install ng-toastly\n    ```\n\n### Running the Library (Watch Mode)\n\nTo develop the library with hot reload:\n\n```bash\nng build toastly --watch\n```\n\n### Building the Library\n\nTo generate a production build of the library (outputs to `dist/toastly`):\n\n```bash\nng build toastly\n```\n\n### Running the Tests\n\nTo execute unit tests via Vitest/Karma:\n\n```bash\nng test toastly\n```\n\n---\n\n## 🚀 Publishing\n\nTo clean, build, and publish the library to npm:\n\n```bash\n# 1. Build the library\nng build toastly --configuration production\n\n# 2. Navigate to dist\ncd dist/toastly\n\n# 3. Publish\nnpm publish\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1.  Fork the Project\n2.  Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3.  Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)\n4.  Push to the Branch (`git push origin feature/AmazingFeature`)\n5.  Open a Pull Request\n\n---\n\n## 📄 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  Made with ❤️ by \u003cstrong\u003eLeonardo Albuquerque\u003c/strong\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeocoder%2Fng-toastly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleeocoder%2Fng-toastly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeocoder%2Fng-toastly/lists"}