create-evm-actions
v1.0.0
Published
CLI for creating EVM Actions with a slick terminal UI.
Downloads
2
Readme
Create EVM Actions
The easiest way to get started with your new EVM Action is by using create-evm-actions
. This CLI allows you to quickly start building a new EVM Action from one or more templates.
Interactive
You can create a new EVM Action interactively by running:
# using npx
npx create-evm-actions
# using npm
npm create evm-actions
# using yarn
yarn create evm-actions
# using pnpm
pnpm create evm-actions
Follow the instructions to create your new EVM Action.
Non Interactive
Coming soon.