Closed heatherlp closed 6 years ago
Stuff I've learned so far:
Current branch does this:
yo fabric
command)Gonna talk to Ed next week to discuss how we want this to look
branch is here: https://github.com/heatherlp/fabric-vscode-extension/tree/issue1_startfabricproject
Notes from meeting Ed, Simran and Nivedhaa:
Latest amendment to the commit:
Need people's input next week to see if this solution is what we're after
delivered under https://github.com/caroline-church/fabric-vscode-extension/commit/7a9490aed8dfe623874829156b458ec3222d52ac and also closed: https://github.ibm.com/IBM-Blockchain/fabric-vscode-extension/issues/1
Doesn't include a fix for: https://github.ibm.com/IBM-Blockchain/fabric-vscode-extension/issues/39
This will be from a yeoman generator. There will be a command that can be run that will use the generator. The command will start the generator then the newly created project will be opened in vscode
The generator can be found
https://www.npmjs.com/package/generator-fabric
Below is an example of how the generator can be run
yo fabric -- --subgenerator=chaincode --language=javascript --name=my-smart-contract --version=0.0.1 --description=blah --author=blah --license=Apache-2.0