@vinodotdev/codegen

v5.0.0
Code generator for Vino components

build

tsc --declaration

compile

npm run clean && npm run build

clean

rimraf dist

lint

eslint src test

prepublishOnly

npm run compile

format

prettier --write 'src/**/*.ts' 'test/**/*.ts'

watch

npm run clean && tsc -w --declaration

test:unit

mocha

test:rust

cd test/rust-project && make clean && make codegen && cargo check

test

npm run lint && npm run test:unit
npm i @vinodotdev/codegen

Metadata

Downloads