#cli #xnft

app create-xnft

Quickly scaffold an xNFT

1 unstable release

0.1.0 Jan 23, 2023

#872 in Command line utilities

MIT/Apache

34KB
1K SLoC

create-xnft

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

installation

To install this tool

  1. use cargo
cargo install create-xnft
  1. Download the binary from the releases page.

Quickstart and usage

To quickly scaffold your app

create-xnft init 

add the rn flag to initialize with react-native

create-xnft init --rn

To use the default xnft-quickstart template

create-xnft template --d

To list the available templates

create-xnft template list

To use a listed templates

create-xnft templates get <template-name>

Dependencies

~2.5MB
~46K SLoC