项目作者: rjz

项目描述 :
Convert directory into github gists for re-use in blog posts, medium articles, etc.
高级语言: Shell
项目地址: git://github.com/rjz/dir2gists.git
创建时间: 2017-12-01T04:12:42Z
项目社区:https://github.com/rjz/dir2gists

开源协议:

下载


  1. NAME
  2. dir2gists publish local directories as gists
  3. DESCRIPTION
  4. Turns child directories of the current working directory into github
  5. gists for re-use in blog posts, medium articles, etc.
  6. Organize folders within the working directory as:
  7. gists
  8. ├── gist-1
  9. └── code.js
  10. ...
  11. └── gist-n
  12. └── example.js
  13. Then run the script!
  14. EXAMPLES
  15. cd gists && ./dir2gists
  16. MIT 2017 rj@rjzaworski.com MIT