
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
create-dynamic-app
Advanced tools
This project is a command-line tool that generates example Next.js and React projects with support for Dynamic.xyz. It provides a simple interface to create projects using ether Viem or Ethers, and with or without Wagmi.
This project is a command-line tool that generates example Next.js and React projects with support for Dynamic.xyz. It provides a simple interface to create projects using ether Viem or Ethers, and with or without Wagmi.
Next.js Projects:
next-viem
: Next.js project using Viem.
next-viem-wagmi
: Next.js project using both Viem and Wagmi.
next-ethers
: Next.js project using ethers.js.
next-ethers-wagmi
: Next.js project using both ethers.js and Wagmi.
React Projects:
react-viem
: React project using Viem.
react-viem-wagmi
: React project using both Viem and Wagmi.
react-ethers
: React project using ethers.js.
react-ethers-wagmi
: React project using both ethers.js and Wagmi.
Three scripts are provided to generate the projects:
npm run generate:next
: Generates a Next.js project.npm run generate:react
: Generates a React project.npm run generate:all
: Generates both a Next.js and a React project.If the directories already exist, the script will not overwrite them automatically but rather ask you to confirm.
You can find the template code for each file needed in the next-templates
and react-templates
folders. Editing any of these files will affect all generated projects once you re-run the script/s.
The main logic for the generation can be found in the generate-next.ts
and generate-react.ts
files at the root of the project.
FAQs
This project is a command-line tool that generates example Next.js and React projects with support for Dynamic.xyz. It provides a simple interface to create projects using ether Viem or Ethers, and with or without Wagmi.
The npm package create-dynamic-app receives a total of 83 weekly downloads. As such, create-dynamic-app popularity was classified as not popular.
We found that create-dynamic-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.