Skip to content

Latest commit

 

History

History
 
 

gno

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 [email protected]:gnolang/gno.git
> cd ./gno
> make install_gno

Getting started

TODO