{"id":38128791,"url":"https://github.com/stevengregory/sn-story-forge","last_synced_at":"2026-01-16T22:35:33.732Z","repository":{"id":280910016,"uuid":"284871216","full_name":"stevengregory/sn-story-forge","owner":"stevengregory","description":"A Ruby tool for generating Markdown files from ServiceNow user stories","archived":false,"fork":false,"pushed_at":"2025-04-02T15:49:16.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T16:46:41.901Z","etag":null,"topics":["ruby","servicenow"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/stevengregory.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":"2020-08-04T03:50:39.000Z","updated_at":"2025-04-02T15:49:19.000Z","dependencies_parsed_at":"2025-03-06T01:19:34.075Z","dependency_job_id":"e585fca8-132a-4365-b44a-66d2b6a54d93","html_url":"https://github.com/stevengregory/sn-story-forge","commit_stats":null,"previous_names":["stevengregory/sn-story-forge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stevengregory/sn-story-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevengregory%2Fsn-story-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevengregory%2Fsn-story-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevengregory%2Fsn-story-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevengregory%2Fsn-story-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevengregory","download_url":"https://codeload.github.com/stevengregory/sn-story-forge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevengregory%2Fsn-story-forge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28485400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["ruby","servicenow"],"created_at":"2026-01-16T22:35:33.617Z","updated_at":"2026-01-16T22:35:33.717Z","avatar_url":"https://github.com/stevengregory.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SN Story Forge\n\nAn experimental Ruby tool that generates local Markdown files from ServiceNow user stories; capturing acceptance criteria, story points, and other details for offline reference. It organizes them by assignment, product, and archives each story for backup.\n\n## Prerequisites\n\n- [Ruby](https://www.ruby-lang.org/en/)\n- [Bundler](https://bundler.io/)\n\n## Installation\n\n```bash\nbundle install\n```\n\n## Configuration\n\n```bash\ncp .env.example .env\n```\n\n## Running\n\n```bash\nruby src/run.rb\n```\n\n## Project Structure\n\n```\n.\n├── dist/               # Generated output directory\n│   ├── Archive/        # Archived stories in YAML format\n│   ├── My Stories/     # All stories assigned to you (across all products)\n│   └── Product/        # Stories organized by product\n│       └── {product}/  # Product-specific folders with state subfolders\n├── src/\n│   ├── config.rb       # Configuration settings\n│   ├── request.rb      # ServiceNow API request handling\n│   ├── run.rb          # Main execution script\n│   ├── story.rb        # Story management logic\n│   ├── template.rb     # Markdown template generation\n│   └── utils.rb        # Utility functions\n├── Gemfile             # Ruby dependencies\n├── .env                # Environment configuration (create from .env.example)\n└── .env.example        # Example environment configuration\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevengregory%2Fsn-story-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevengregory%2Fsn-story-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevengregory%2Fsn-story-forge/lists"}