gogumai / node-stage1

Script that receives a dirname or filename and uploads the file or the files in a given directory as gists into GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-stage1

Script that receives a dirname or filename and uploads the file or the files in a given directory as gists into GitHub. It will print the gist's url as result.

Environment needed

How to run it

Run: node uploader.js path/to/file/or/folder [description]

How to generate JSDocs

Run: jsdoc . -r --verbose -d docs -c ./jsdoc-conf.json

About

Script that receives a dirname or filename and uploads the file or the files in a given directory as gists into GitHub


Languages

Language:JavaScript 100.0%