Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gistploy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gistploy

A CLI tool to anonymously and freely deploy your website

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 02 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc