Skip to content

Latest commit

 

History

History
 
 

gnodev

gnodev

gnodev is a tool for managing Gno source code.

Usage

gnodev <command> [arguments]

Commands

  • gnodev run - run a Gno file
  • gnodev build - build a gno package
  • gnodev precompile - precompile .gno to .go
  • gnodev test - test a gno package
  • gnodev repl start a GnoVM REPL

Install

go install github.com/gnolang/gno/cmd/gnodev

Or

git clone [email protected]:gnolang/gno.git
cd ./gno
make install_gnodev

Getting started

TODO