Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 639 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 639 Bytes

Custom Resource Form Generation

Go Report Card Build Status

Requirements

  • go v1.10+
  • dep v0.5.0+
  • 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