Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rjz/dir2gists

Convert directory into github gists for re-use in blog posts, medium articles, etc.
https://github.com/rjz/dir2gists

automation gists medium

Last synced: 17 days ago
JSON representation

Convert directory into github gists for re-use in blog posts, medium articles, etc.

Awesome Lists containing this project

README

        

```
NAME
dir2gists — publish local directories as gists

DESCRIPTION
Turns child directories of the current working directory into github
gists for re-use in blog posts, medium articles, etc.

Organize folders within the working directory as:

gists
├── gist-1
│   └── code.js
...
└── gist-n
   └── example.js

Then run the script!

EXAMPLES
cd gists && ./dir2gists

MIT 2017 [email protected] MIT
```