Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rjz/dir2gists
- Owner: rjz
- Created: 2017-12-01T04:12:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T04:13:12.000Z (about 7 years ago)
- Last Synced: 2024-10-22T12:07:42.818Z (2 months ago)
- Topics: automation, gists, medium
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
NAME
dir2gists — publish local directories as gistsDESCRIPTION
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.jsThen run the script!
EXAMPLES
cd gists && ./dir2gistsMIT 2017 [email protected] MIT
```