create-xnft

Crates.iocreate-xnft
lib.rscreate-xnft
version0.1.1
created_at2023-01-23 11:40:19.302241+00
updated_at2023-05-08 09:19:29.109451+00
descriptionQuickly scaffold an xNFT
homepage
repositoryhttps://github.com/jim4067/create-xnft/
max_upload_size
id765748
size49,637
Jimii (jim4067)

documentation

README

create-xnft

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

demo: https://vimeo.com/manage/videos/791916641/privacy

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

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>
Commit count: 21

cargo fmt