gistly
v1.5.1
Published
github gist index generator
Downloads
119
Readme
gistly
gist cli for gist.github.com, it could build a neat gist list in markdown format, for example: https://gist.github.com/dcai/907013
npm install -g gistlygistly init --token 'your-github-token-with-gist-access' --gist-id 'gist-id'gistly index# prints a markdown format gist indexgistly index --put# put the created gist index on linked gistgistly index --reverse-order# reverse the index ordergistly link --gist-id 'gist-id'# link to existing index gistgistly unlink# unlink from linked index gist
