l00k / devphase

Development tool for Phala Phat contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate CamelCase instead of Camel_case contract type bindings

h4x3rotab opened this issue · comments

const ucfContractName = upperFirst(metadata.contract.name);

We may change it to upperFirst(camelCase(metadata.contract.name)) to produce CamelCase files names.

commented

Absolutely agreed!
Will be implemented in ^0.0.12