create-inkathon-app
v6.1.0
Published
Create ink! smart contract dApps with one command
Downloads
12
Maintainers
Readme
create-inkathon-app
Create ink! smart contract dApps with one command.
Usage
npx create-inkathon-app@latestOr with a project name:
npx create-inkathon-app@latest my-dappWhat it does
This CLI tool helps you scaffold a new inkathon project by:
- Cloning the latest inkathon boilerplate
- Customizing the project with your chosen name
- Installing dependencies with Bun
- Generating TypeScript types for smart contracts
- Initializing a fresh git repository
Requirements
- Unix shell (Linux or macOS)
- Node.js >= 20
- Bun
- Git
Options
-y, --yes Skip prompts and use defaults
--use-npm Use npm instead of bun (not recommended)
-h, --help Display help
-V, --version Display versionDevelopment
Check out the inkathon repository for more information.
License
GPL-3.0
