{"id":40567295,"url":"https://github.com/slord6/plot-order-generator","last_synced_at":"2026-01-21T01:11:18.243Z","repository":{"id":218793561,"uuid":"747330034","full_name":"Slord6/plot-order-generator","owner":"Slord6","description":"Generate plot points in a random order to generate ideas for stories","archived":false,"fork":false,"pushed_at":"2024-01-23T21:43:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-03T01:53:45.143Z","etag":null,"topics":["author","cli","creative-writing","generator","plot","story","storytelling","writing"],"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/Slord6.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-23T18:05:35.000Z","updated_at":"2024-01-23T21:55:15.000Z","dependencies_parsed_at":"2024-01-23T21:59:45.841Z","dependency_job_id":null,"html_url":"https://github.com/Slord6/plot-order-generator","commit_stats":null,"previous_names":["slord6/plot-order-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Slord6/plot-order-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slord6%2Fplot-order-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slord6%2Fplot-order-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slord6%2Fplot-order-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slord6%2Fplot-order-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Slord6","download_url":"https://codeload.github.com/Slord6/plot-order-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Slord6%2Fplot-order-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["author","cli","creative-writing","generator","plot","story","storytelling","writing"],"created_at":"2026-01-21T01:11:17.633Z","updated_at":"2026-01-21T01:11:18.226Z","avatar_url":"https://github.com/Slord6.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plot-order-generator\n Generate plot points in a random order to generate ideas for stories\n\n## Usage\n```\nnode .\\\\plotPoints.js \u003copts\u003e\n        -c,--count  \u003cnumber\u003e    Number of shuffled sequences to generate (default: 1)\n        -p,--plotPoint  \u003cstring\u003e    Add a single plot point (multiple allowed)\n        -f,--file   \u003cfile path\u003e  Add all the plot points from the file (new line separated, multiple allowed)\n        -m,--maxPlotCount   \u003cnumber\u003e    Number of plot points to generate (capped at # inputs, default: # inputs)\n        -s,--sample \u003cfile path\u003e Take a single line from this file and add it to the shuffled plots (multiple allowed)\n\n        Pass no args to get the above help message\n```\n\n### Pass plot point in the command line\n\n`node .\\plotPoints.js -p \"Dennis calls the police\" -p \"Gnasher escapes\" -p \"Dennis breaks into the garage\" -p \"The car crash happens\" -p \"Pie face eats a pie\"  -c 2`\n\nWhich might output:\n\n```Text\n0:\nDennis breaks into the garage\nThe car crash happens\nDennis calls the police\nGnasher escapes\nPie face eats a pie\n1:\nThe car crash happens\nGnasher escapes\nPie face eats a pie\nDennis breaks into the garage\nDennis calls the police\n```\n### Pass plot points from a file\n\nAssuming a file called `example-plots.txt` with the following content:\n\n```Text\nThe hacker enters the bank\nThe money disappears\nGuns are drawn in the bank\nThe police pull up outside\nThe bank vault opens\nA mysterious aircraft lands on the roof of the bank\n```\n\n`node .\\plotPoints -f .\\example-plots.txt`\n\nMight output:\n\n```Text\n0:\nA mysterious aircraft lands on the roof of the bank\nThe bank vault opens\nThe hacker enters the bank\nThe money disappears\nThe police pull up outside\nGuns are drawn in the bank\n```\n\n## Use only a subset of the input\n\n`node .\\plotPoints -f .\\example-plots.txt --maxPlotCount 2`\n\nExample output:\n\n```\n0:\nThe hacker enters the bank\nThe bank vault opens\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslord6%2Fplot-order-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslord6%2Fplot-order-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslord6%2Fplot-order-generator/lists"}