lightning-pub/proto/CODEGEN.md
2024-07-16 22:08:31 +02:00

5 lines
No EOL
268 B
Markdown

create lnd classes: `npx protoc -I ./others --ts_out=./lnd others/*`
create server classes: `npx protoc -I ./service --pub_out=. service/*`
create wizard classes: `npx protoc -I ./wizard --pub_out=./wizard_service wizard/*`
export PATH=$PATH:~/Lightning.Pub/proto