Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 701 Bytes

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