{"id":15010464,"url":"https://github.com/nodejs/lts-schedule","last_synced_at":"2025-04-05T20:06:33.004Z","repository":{"id":57290827,"uuid":"87208162","full_name":"nodejs/lts-schedule","owner":"nodejs","description":"Generate the Node.js LTS schedule","archived":false,"fork":false,"pushed_at":"2024-10-28T13:54:47.000Z","size":24,"stargazers_count":27,"open_issues_count":6,"forks_count":23,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-29T16:13:33.454Z","etag":null,"topics":["node","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodejs.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-04T16:08:20.000Z","updated_at":"2024-10-28T13:54:49.000Z","dependencies_parsed_at":"2024-04-12T11:20:50.068Z","dependency_job_id":"6284c307-4221-4a6f-88c4-0ca09ae609c6","html_url":"https://github.com/nodejs/lts-schedule","commit_stats":{"total_commits":15,"total_committers":6,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"7ab3417749715bd6665eb840da54a5bea696ecc0"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Flts-schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Flts-schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Flts-schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Flts-schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","download_url":"https://codeload.github.com/nodejs/lts-schedule/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246945079,"owners_count":20858878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["node","nodejs"],"created_at":"2024-09-24T19:34:22.307Z","updated_at":"2025-04-05T20:06:32.976Z","avatar_url":"https://github.com/nodejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lts\n\n[![Current Version](https://img.shields.io/npm/v/lts.svg)](https://www.npmjs.org/package/lts)\n[![Build Status via Travis CI](https://travis-ci.org/nodejs/lts-schedule.svg?branch=main)](https://travis-ci.org/nodejs/lts-schedule)\n[![belly-button-style](https://cdn.rawgit.com/cjihrig/belly-button/main/badge.svg)](https://github.com/cjihrig/belly-button)\n\nA command line utility that generates the Node.js LTS schedule as a graph. Accepts JSON LTS data and a date range as inputs. Writes the LTS graph as HTML, SVG, and PNG files.\n\n## Example Usage\n\n```\nnode bin/lts.js -s 2017-04-01 -e 2019-04-01 -h output.html -g output.svg -p output.png\n```\n\n## Options\n\n- `-d`, `--data` - The path of the input JSON file. The JSON file should be of the same format as the [one in Node's Release repo](https://github.com/nodejs/Release/blob/main/schedule.json). If this option is not provided, `lts` uses its own bundled JSON file.\n- `-s`, `--start` - The start date of the graph. Internally, this option is passed to `new Date()`. Optional. Defaults to the current date.\n- `-e`, `--end` - The end date of the graph. Internally, this option is passed to `new Date()`. Optional. Defaults to one year from the current date.\n- `-h`, `--html` - The location to write the HTML output file. Optional.\n- `-g`, `--svg` - The location to write the SVG output file. Optional.\n- `-p`, `--png` - The location to write the PNG output file. Uses `svg2png` under the hood. Optional.\n- `-a`, `--animate` - Animate the bars of the graph on load.\n- `-m`, `--excludeMain` - Exclude the `Main (unstable)` bar that is ever-present at the top of the graph. Optional. Defaults to false\n- `-n`, `--projectName` - Provide a project name for the graph which will be displayed on the left axis beside each version. Optional. Defaults to `Node.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Flts-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodejs%2Flts-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Flts-schedule/lists"}