gistploy

0.0.2 • Public • Published

gistploy (WIP)

gistploy lets you deploy a static homepage free and anonymously on github from your terminal.

It takes a index.html, inline all the css, js and images, and then create a gist anonymously on github.

it then uses rawgit.io to to solve the issue of github returning all it's raw content with content-type:'text' headers. gistploy finally uses git.io to generate a short url for you by doing some magic.

Installation

npm install -g gistploy

Usage

gistploy --help
Usage:   gistploy              -- deploy index.html from current directory and returns a short-url.
         gistploy --public     -- make the gist public
         gistploy --help --h   -- shows this help

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gistploy

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • reimertz