-
fd5e8e7: Fix npm user agent detection
We try to detect the package manager being used for the init/create script but we were failing to detect npm correctly, instead falling through to using
pnpm
,yarn
ornpm
(in that order) depending on availability. The logic for detecting npm has now been fixed. -
fd5e8e7: Fix install step in Yarn
The
install
command for@rainbow-me/create-rainbowkit
was failing when usingyarn create
because Yarn usesadd
instead ofinstall
, so we now use the correct command when Yarn is detected.
- ac37201: Ensure files are copied correctly when template source directory is nested within a path containing
node_modules
- 9e06333: Add missing Node shebang to CLI
- fe5cfc5: Add missing
chalk
dependency - 85ef6ec: Exclude
CHANGELOG.md
when copying app templates
- 2834f97: Initial beta release