Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 625 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 625 Bytes

Custom Resource Form Generation

Go Report Card Build Status

Requirements

  • go v1.13+
  • npm

Build

Clean generated Go files

make clean

Build a local binary

make

Only rebuild npm modules / webpack

make npm

Run & Test

./build/console-cr-form

Development

make npm-watch