X Tutup
Skip to content

Latest commit

 

History

History

README.md

Simple Script Example

This Workspace includes a simple ruby script that includes and external gem and an internal library

Bundle

Update gemfile using

bundle lock --update

Rubocop

Run rubocop with:

bazel run //:rubocop
X Tutup