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

jister

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jister

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

# jister

Easily gist an entire project.

Installing

gem install jister

Pulling a jister without installation

curl -L http://jister.uxtemple.com | `which bash` -s GIST-ID 

Commands

This is dead simple. On your project's directory, run:

jister push

or:

jister pull GIST-ID

To list the available recipes do:

jister recipes

## Configuration

JISTER_ROOT

The project's root. Default's to the working directory. To set it, do:

export JISTER_ROOT='/path/to/jisted/project'

JISTER_FILES

The files that will be saved to the gist. Defaults to ['**/*.rb', '**/*.haml', '**/*.rake', '**/*.js', '**/*.css']. To set it, do:

export JISTER_FILES='Gemfile,**/*.rb,thisfile.js'

JISTER_PUBLIC

Set JISTER_PUBLIC to true if you want to allow public jistering. Defaults to false.

export JISTER_PUBLIC=true

Using it as a rake task

Copy lib/jister.rake into your app. Make sure you have "jist" installed first.

Using recipes to rapidly push an entire project

To an entire Padrino project:

jister push --recipe padrino

FAQs

Package last updated on 06 Jan 2013

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