worldsibu / convector-cli

Official Command-Line Interface for Convector Framework
https://github.com/worldsibu/convector-cli
Other
29 stars 7 forks source link

Wrong output from the model generation command #43

Open cherfia opened 5 years ago

cherfia commented 5 years ago

Running conv generate model myModel -c myChaincode generates myModel.model.ts, however, the class name of the generated model should be MyModel instead of MyChaincode.