{"id":19356330,"url":"https://github.com/dawsbot/sist","last_synced_at":"2026-01-28T12:00:43.202Z","repository":{"id":57361946,"uuid":"52548375","full_name":"dawsbot/sist","owner":"dawsbot","description":"Print system information in markdown","archived":false,"fork":false,"pushed_at":"2021-12-02T11:03:21.000Z","size":797,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T10:36:58.673Z","etag":null,"topics":["debug","documentation","documentation-generator","github","markdown","md"],"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/dawsbot.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-25T18:45:11.000Z","updated_at":"2023-03-12T21:08:47.000Z","dependencies_parsed_at":"2022-09-26T16:41:00.380Z","dependency_job_id":null,"html_url":"https://github.com/dawsbot/sist","commit_stats":null,"previous_names":["dawsonbotsford/sist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dawsbot/sist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fsist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fsist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fsist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fsist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawsbot","download_url":"https://codeload.github.com/dawsbot/sist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawsbot%2Fsist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"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":["debug","documentation","documentation-generator","github","markdown","md"],"created_at":"2024-11-10T07:04:00.947Z","updated_at":"2026-01-28T12:00:43.183Z","avatar_url":"https://github.com/dawsbot.png","language":"JavaScript","readme":"# sist\n[![npm version](https://img.shields.io/npm/v/sist.svg)](https://www.npmjs.com/package/sist)\n[![Build Status](https://travis-ci.org/dawsbot/sist.svg?branch=master)](https://travis-ci.org/dawsbot/sist)\n[![npm download count](http://img.shields.io/npm/dm/sist.svg?style=flat)](http://npmjs.org/sist)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n\n\u003e cli to print system information in markdown format\n\n\u003cbr\u003e\n\n## Demo\n![demo](./demo.gif)\n\n\n\u003cbr\u003e\n\n## Install\n\n```\n$ npm install -g sist\n```\n\n\u003cbr\u003e\n\n## Usage\n```\n$ sist shell node\n\n### shell  \n`uname`: Darwin\n`echo $SHELL`: /bin/zsh\n`echo $TERM`: xterm-256color\n`echo $TERM_PROGRAM`: iTerm.app\n\n### node  \n`npm -v`: 3.6.0\n`node --version`: v5.6.0\n\nTime created: Mon Feb 29 2016 00:14:54 GMT-0500 (EST)\n\n```\n\n\u003cbr\u003e\n\n---\nSist outputs markdown. This means that it gets parsed beautifully in GitHub **issues**, **pull requests**, and **wiki's**.\n\n### shell  \n`uname`: Darwin  \n`echo $SHELL`: /bin/zsh  \n`echo $TERM`: xterm-256color  \n`echo $TERM_PROGRAM`: iTerm.app  \n\n### node  \n`npm -v`: 3.6.0  \n`node --version`: v5.6.0  \n\nTime created: Mon Feb 29 2016 00:14:54 GMT-0500 (EST)\n\n\u003cbr\u003e\n\n---\nTell your users to create issues using sist by placing information in [.github/issue_template.md](.github/issue_template.md)\n\n\u003cbr\u003e\n\n## More help\n```\n$ sist --help\n\n  Usage\n    sist [languages]\n\n  Examples\n    $ sist ruby\n\n      [sist](https://github.com/dawsonbotsford/sist) output:\n\n      ### ruby  \n      `ruby --version`: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]\n\n      Time created: Thu Mar 03 2016 12:48:02 GMT-0700 (MST)\n\n    $ sist shell go\n      [sist](https://github.com/dawsonbotsford/sist) output:\n\n      ### shell  \n      `uname`: Darwin\n      `echo $SHELL`: /bin/zsh\n      `echo $TERM`: xterm-256color\n      `echo $TERM_PROGRAM`: iTerm.app\n      `a`: `error, return code 127`\n\n      ### go  \n      `go --version`: `error, return code 127`\n\n      Time created: Thu Mar 03 2016 12:48:39 GMT-0700 (MST)\n```\n\n\u003cbr\u003e\n\n## License\n\nMIT © [Dawson Botsford](http://dawsonbotsford.com)\n\n\u003cbr\u003e\n\n---\nIf you like this, star it. If you want to follow me, follow me.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Fsist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawsbot%2Fsist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawsbot%2Fsist/lists"}