{"id":18251677,"url":"https://github.com/32teeth/pebble","last_synced_at":"2026-03-19T03:31:46.602Z","repository":{"id":245293658,"uuid":"817817709","full_name":"32teeth/Pebble","owner":"32teeth","description":"A (S)crappy scss to dump CSS for linking using CDN","archived":false,"fork":false,"pushed_at":"2024-11-13T22:49:54.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T17:54:57.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/32teeth.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["32teeth"],"buy_me_a_coffee":"32teeth"}},"created_at":"2024-06-20T13:56:52.000Z","updated_at":"2024-11-17T14:37:36.000Z","dependencies_parsed_at":"2024-11-05T09:49:16.168Z","dependency_job_id":"b003d4c3-090a-4831-bd1b-5f2bbab22ac3","html_url":"https://github.com/32teeth/Pebble","commit_stats":null,"previous_names":["32teeth/pebble"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/32teeth/Pebble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FPebble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FPebble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FPebble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FPebble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/32teeth","download_url":"https://codeload.github.com/32teeth/Pebble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/32teeth%2FPebble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642220,"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":[],"created_at":"2024-11-05T09:48:12.943Z","updated_at":"2026-01-21T20:38:45.946Z","avatar_url":"https://github.com/32teeth.png","language":"SCSS","funding_links":["https://github.com/sponsors/32teeth","https://buymeacoffee.com/32teeth"],"categories":[],"sub_categories":[],"readme":"\n# Pebble\n\nA (S)crappy SCSS to dump CSS for linking using CDN.\n\n## Description\n\nPebble is a simple and straightforward tool for compiling SCSS into CSS and managing stylesheets via CDN. It leverages modern SCSS capabilities and provides an easy way to build and watch SCSS files.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Scripts](#scripts)\n- [Contributing](#contributing)\n- [License](#license)\n- [Author](#author)\n- [Versioning](#versioning)\n- [Update Script](#update-script)\n\n## Installation\n\nTo get started with Pebble, clone the repository and install the dependencies.\n\n```bash\ngit clone https://github.com/32teeth/Pebble.git\ncd Pebble\nnpm install\n```\n\nEnsure you have Node.js 20.x and npm 10.x installed on your machine.\n\n## Usage\n\n### Building SCSS\n\nTo build the SCSS files into CSS, run the following command:\n\n```bash\nnpm run sass:build\n```\n\n### Watching SCSS\n\nTo watch the SCSS files and automatically build on changes, run:\n\n```bash\nnpm run sass:watch\n```\n\n## Scripts\n\n- `sass:build`: Compiles SCSS files into CSS and outputs them to the `public/css` directory.\n- `sass:watch`: Watches for changes in SCSS files and recompiles them automatically.\n- `sass`: Runs the `sass:watch` script.\n\n## Contributing\n\nIf you would like to contribute to Pebble, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them with descriptive messages.\n4. Push your changes to your fork.\n5. Submit a pull request to the main repository.\n\n## License\n\nThis project is licensed under the ISC License. See the [LICENSE](LICENSE) file for details.\n\n## Author\n\n- **Eugene Yevhen Andruszczenko** - [32teeth](https://github.com/32teeth)\n- Email: [eugene.andruszczenko@gmail.com](mailto:eugene.andruszczenko@gmail.com)\n\n## Contributors\n\n- **32teeth** - [32teeth](https://github.com/32teeth)\n- Email: [eugene.andruszczenko@gmail.com](mailto:eugene.andruszczenko@gmail.com)\n\n## Versioning\n\nThis project uses [Semantic Versioning](https://semver.org/). For the versions available, see the [tags on this repository](https://github.com/32teeth/Pebble/tags).\n\n## Update Script\n\nAn update script (`update.sh`) is included to automate versioning, changelog generation, and releasing. \n\n### How to Use the Update Script\n\nTo use the update script, run:\n\n```bash\n./update.sh\n```\n\nThe script will perform the following steps:\n\n1. **Version Update**: It will read the current version from `package.json`, increment the patch version (or minor/major if necessary), and update the `package.json` file with the new version.\n2. **Changelog Update**: It will generate a new entry in the `CHANGELOG.md` file with placeholder changes.\n3. **Build SCSS**: It will run `npm run sass:build` to compile the SCSS files.\n4. **GitHub Release**: It will commit the changes, tag the new version, and create a new GitHub release with autogenerated notes.\n\nFor more details on how the update script works, refer to the `update.sh` file.\n\n---\n\nThank you for using Pebble! If you have any questions or need further assistance, feel free to open an issue on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F32teeth%2Fpebble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F32teeth%2Fpebble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F32teeth%2Fpebble/lists"}