create-xrp
v0.1.0
Published
CLI tool to scaffold XRPL dApps with Next.js and smart contracts
Maintainers
Readme
create-xrp
CLI tool to scaffold XRPL dApps with Next.js and smart contracts.
Usage
npx create-xrp my-appOr use any package manager:
# npm
npx create-xrp my-app
# pnpm
pnpm create xrp my-app
# yarn
yarn create xrp my-appWhat it does
- Prompts for project name and package manager preference
- Clones the scaffold-xrp template from GitHub
- Removes git history and CLI package
- Updates package.json with your project name
- Installs dependencies
- Initializes a new git repository
Development
To test locally:
# Build the CLI
pnpm build
# Link it globally
npm link
# Test it
create-xrp test-projectPublishing
# Build
pnpm build
# Publish to npm
npm publishLicense
MIT
