@account-kit/plugingen

v4.0.0-alpha.10
A CLI tool that enables you to generate TS code for your ERC-6900 plugins

build

yarn clean && yarn build:esm && yarn build:types

clean

rm -rf ./dist

prebuild

node --loader ts-node/esm ./inject-version.ts

build:esm

tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{"type":"module"}'

postbuild

chmod +x ./dist/esm/cli.js

build:types

tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap
npm i @account-kit/[email protected]

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 8/1/2024

Downloads

Maintainers