create-web3-frontend
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "create-web3-frontend", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Initialize a React web3 frontend using Next.js, wagmi, ethers and TailwindCSS", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/dhaiwat10/create-web3-frontend", |
@@ -5,20 +5,10 @@ # create-web3-frontend | ||
The fastest way to get started with a fully-fledged web3 frontend setup consisting of Next.js, [wagmi](https://wagmi.sh) and [Tailwind CSS](https://tailwindcss.com). | ||
The fastest way to get started with a fully-fledged web3 frontend setup consisting of Next.js, [wagmi](https://wagmi.sh), [Rainbowkit](https://rainbowkit.com), and [Tailwind CSS](https://tailwindcss.com). | ||
```bash | ||
npx create-web3-frontend my-app | ||
# For TypeScript | ||
npx create-web3-frontend --ts my-app | ||
npx create-web3-frontend | ||
``` | ||
## Available options | ||
1. `--ts` or `--typescript`: Use TypeScript instead of JavaScript. | ||
2. `--chakra` or `--chakra-ui`: Use Chakra UI instead of Tailwind CSS. | ||
3. `--use-npm`: Use `npm` for installing dependencies. | ||
4. `--use-pnpm`: Use `pnpm` for installing dependencies. | ||
## Thanks | ||
This project is inspired by and re-uses a lot of code from [create-next-app](https://github.com/vercel/next.js/tree/canary/packages/create-next-app/). |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
560301
17301
14