{"id":16864346,"url":"https://github.com/nickserv/procrastinate","last_synced_at":"2026-05-08T11:32:24.215Z","repository":{"id":30410867,"uuid":"33963711","full_name":"nickserv/procrastinate","owner":"nickserv","description":"Quickly create pending specs for your favorite test frameworks.","archived":false,"fork":false,"pushed_at":"2023-01-11T20:20:26.000Z","size":249,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-15T08:38:13.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nickserv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-15T00:13:51.000Z","updated_at":"2022-09-24T03:01:30.000Z","dependencies_parsed_at":"2023-01-14T17:00:52.270Z","dependency_job_id":null,"html_url":"https://github.com/nickserv/procrastinate","commit_stats":null,"previous_names":["nickserv/procrastinate","nicolasmccurdy/procrastinate"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/nickserv/procrastinate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fprocrastinate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fprocrastinate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fprocrastinate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fprocrastinate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickserv","download_url":"https://codeload.github.com/nickserv/procrastinate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickserv%2Fprocrastinate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32778460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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-10-13T14:41:45.518Z","updated_at":"2026-05-08T11:32:24.174Z","avatar_url":"https://github.com/nickserv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Procrastinate\n[![NPM Version](http://img.shields.io/npm/v/procrastinate.svg?style=flat)](https://www.npmjs.org/package/procrastinate)\n[![Build Status](https://travis-ci.org/nickmccurdy/procrastinate.svg?branch=master)](https://travis-ci.org/nickmccurdy/procrastinate)\n[![Code Climate](https://codeclimate.com/github/nickmccurdy/procrastinate/badges/gpa.svg)](https://codeclimate.com/github/nickmccurdy/procrastinate)\n[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat)](https://github.com/Flet/semistandard)\n\nQuickly create pending specs for your favorite test frameworks.\n\n## Example\n\n### Input\n70 characters of the Procrastinate DSL\n```\nArray\n  #indexOf()\n    should return -1 when the value is not present\n```\n\n### Usage\n```sh\nnpx procrastinate jest \u003c test.js\n```\n`jest` can be replaced with any [supported formatter](#supported-formatters)\n\n### Output\n144 characters of pending Jest specs\n```javascript\ndescribe('Array', () =\u003e {\n  describe('#indexOf()', () =\u003e {\n    test.todo('should return -1 when the value is not present');\n  });\n});\n```\n\n## Supported formatters\n- [`jest`](https://jestjs.io/)\n- [`mocha`](https://mochajs.org/)\n- [`rspec`](https://rspec.info/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fprocrastinate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickserv%2Fprocrastinate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickserv%2Fprocrastinate/lists"}