c4lliope / jq.block

A block of code that can be run on https://f5c9a5fe.ngrok.io

Home Page:https://f5c9a5fe.ngrok.io/blocks/graysonwright/jq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graysonwright/jq

A block that can be run on http://assembleapp.co.

This block was created by the Assemble block creator. Modify this block to fit your own needs.

Customization

Assemble uses GitHub to store and manage blocks. To make a change to this block, clone the git repo with:

git clone git@github.com:graysonwright/jq
cd jq

Make changes, and test them with:

assemble test

When you're happy with your changes, save them by pushing to GitHub.

git push

Assemble will pick up on your changes, and re-build your block.

Common Tasks

Need a new gem?

Make sure you have Docker installed.

Add your gem to the Gemfile, and run:

docker run --rm -v $(pwd):/app --workdir /app bundle install

This command updates the Gemfile.lock file to reflect the new gem you've added.

About

A block of code that can be run on https://f5c9a5fe.ngrok.io

https://f5c9a5fe.ngrok.io/blocks/graysonwright/jq


Languages

Language:Ruby 100.0%