Skip to content

3-shake/livy-go

Repository files navigation

livy-go

Actions Status Go Report Card Documentation

Getting Started

Livy Setup

  1. livy install
make livy.install
  1. livy start
make livy.start
  1. livy stop
make livy.stop

リリース方法

  1. yarn install
  2. git checkout -b master origin/master
  3. yarn semantic-release --no-ci --branches master