xnft-tool

Crates.ioxnft-tool
lib.rsxnft-tool
version0.1.4-alpha.1
created_at2023-05-08 08:48:12.922212+00
updated_at2023-05-08 09:37:42.06596+00
descriptionQuickly scaffold an xNFT
homepage
repositoryhttps://github.com/jim4067/create-xnft/
max_upload_size
id859593
size42,315
Jimii (jim4067)

documentation

README

[WIP] xnft-tool

A simple CLI tool to help you quickly scaffold an xNFT app.

installation

To install this tool

  1. use cargo
cargo install --git https://github.com/jim4067/create-xnft/  --locked --force
  1. Download the binary from the releases page.

Quickstart and usage

To quickly scaffold your app

xnft-tool init 

To initialize the project using an xnft template,

xnft-tool init template <github_template_link>
Commit count: 21

cargo fmt