@alchemy/plugingen

v3.10.0
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 es2015 --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 @alchemy/[email protected]

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 4/29/2024

Downloads