| Crates.io | create-xnft |
| lib.rs | create-xnft |
| version | 0.1.1 |
| created_at | 2023-01-23 11:40:19.302241+00 |
| updated_at | 2023-05-08 09:19:29.109451+00 |
| description | Quickly scaffold an xNFT |
| homepage | |
| repository | https://github.com/jim4067/create-xnft/ |
| max_upload_size | |
| id | 765748 |
| size | 49,637 |
A simple CLI tool to help you quickly scaffold an xNFT app.
demo: https://vimeo.com/manage/videos/791916641/privacy
To install this tool
cargo install --git https://github.com/jim4067/create-xnft/ --locked --force
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>