mint-dapp-cli
v1.0.1
Published
`create-mint-dapp` is a CLI tool that helps you to quickly bootstrap a new Next.js application for minting NFTs. It downloads a predefined boilerplate from a GitHub repository and allows you to customize it with your app name and other details.
Downloads
3
Readme
create-mint-dapp CLI Tool
create-mint-dapp
is a CLI tool that helps you to quickly bootstrap a new Next.js application for minting NFTs. It downloads a predefined boilerplate from a GitHub repository and allows you to customize it with your app name and other details.
Installation
You can install create-mint-dapp
globally on your machine by running:
npm install -g create-mint-dapp
Usage
You can use create-mint-dapp
to create a new project with a single command:
create-mint-dapp
The tool will prompt you for the name of your app, and offer to run npm install
for you.
Example
Here's an example of what using create-mint-dapp
looks like:
$ create-mint-dapp
? What is the name of your app? My Awesome NFT App
? Do you want to run npm install? Yes
Running npm install...
Done! Your new project has been created.
Troubleshooting
If you encounter any issues while using create-mint-dapp
, please report them on the issue tracker.
License
This project is licensed under the MIT License.
This is a basic structure and you may want to enhance it with further details, such as screenshots of your CLI in action, detailed description of your NFT app template, what the user can expect from it, and so on. You should also replace yourusername
in the issue tracker URL with your actual GitHub username.