An open API service indexing awesome lists of open source software.

https://github.com/dcai/gistly

github needs a better gist index page
https://github.com/dcai/gistly

gist github nodejs

Last synced: 6 days ago
JSON representation

github needs a better gist index page

Awesome Lists containing this project

README

          

# gistly
[![npm publish](https://github.com/dcai/gistly/actions/workflows/npmpublish.yml/badge.svg)](https://github.com/dcai/gistly/actions/workflows/npmpublish.yml)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/dcai/gistly)

gist cli for gist.github.com, it could build a neat gist list in markdown format, for example:

- `npm install -g gistly`
- `gistly init --token 'your-github-token-with-gist-access' --gist-id 'gist-id'`
- `gistly index` \# prints a markdown format gist index
- `gistly index --put` \# put the created gist index on linked gist
- `gistly index --reverse-order` \# reverse the index order
- `gistly link --gist-id 'gist-id'` \# link to existing index gist
- `gistly unlink` \# unlink from linked index gist