Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 774 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 774 Bytes

gno

gno (formerly gnodev) is a tool for managing Gno source code.

Usage

gno <command> [arguments]

Usage

USAGE
  gno <command> [arguments]

SUBCOMMANDS
  bug      start a bug report
  clean    remove generated and cached data
  doc      show documentation for package or symbol
  env      print gno environment information
  fmt      gnofmt (reformat) package sources
  mod      module maintenance
  run      run gno packages
  test     test packages
  tool     run specified gno tool
  version  display installed gno version

Install

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

Or

> git clone git@github.com:gnolang/gno.git
> cd ./gno
> make install_gno

Getting started

TODO