This CLI app is a collection of utilities for application programmers who create decentralized games powered by Libplanet.
There are three ways to install the planet
command. Pick the most handy
one for you.
Install as an npm
package if npm
is installed on your system:
npm install @planetarium/cli
Install as a .NET Core tool if .NET Core SDK is installed on your system:
dotnet tool install -g Libplanet.Tools
Or you could just download an executable binary for your platform from
the releases page: planet-*-{linux,osx,win}-x64.{tar.xz,zip} files are
CLI tools. Linux (x64), macOS (x64), and Windows (x64) are supported.
Extract the binary to an appropriate directory in your PATH
.
planet --help
If you installed it using npm
without -g
/--global
option
use npx planet
command instead:
npx planet --help
Or if you installed it using .NET Core SDK without -g
/--global
option
use dotnet planet
command instead:
dotnet planet --help