Skip to content

Go script which can parse markdown files for their code snippets and create gists for them. It can write to a new markdown file with snippets replaced by said gist links.

Notifications You must be signed in to change notification settings

iwilsonq/gist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist Generator

This Go script which can parse markdown files for their code snippets and create gists for them. It's main dependency is the go-github package.

It can write to a new markdown file with snippets replaced by said gist links, making it ideal for preparing a technical article on Medium.

Someday, I hope to have this project well-covered with tests, but for now it's just a tech demo.

Supported Languages

Though it is rather trivial to add support for other languages, this project currently supports:

  • JavaScript
  • Go

About

Go script which can parse markdown files for their code snippets and create gists for them. It can write to a new markdown file with snippets replaced by said gist links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages