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

gogogo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gogogo

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

GoGoGo

GoGoGo creates a single, workflow-friendly Ruby file to quickly test your ideas.

Great for

  • Fast iterations at interviews
  • Quickly testing gem ideas
  • Starting a barebones project

Features

  • Write your library and test code on the same file.
  • Super fast feedback loops by auto-running tests when you save your files.
  • Comes with pry so that you can poke around your code when needed.

Usage

Run the gogogo command and pass it the project name.

$ gogogo my_project

This will create the following file structure:

my_project/
├── .rspec
├── Gemfile
├── Guardfile
└── my_project.rb

Then run bundle install and bundle exec guard to auto-run tests on save.

$ bundle install
$ bundle exec guard

Then begin writing code with blazingly fast feedback loops, all in one file: my_project.rb.

Forked from rubynew

FAQs

Package last updated on 01 Nov 2018

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