cazfletch / fabric-vscode-extension

Apache License 2.0
0 stars 3 forks source link

A developer can start a new smart contract project #1

Closed heatherlp closed 6 years ago

heatherlp commented 6 years ago

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

heatherlp commented 6 years ago

Stuff I've learned so far:

heatherlp commented 6 years ago

Current branch does this:

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

heatherlp commented 6 years ago

Notes from meeting Ed, Simran and Nivedhaa:

heatherlp commented 6 years ago

Latest amendment to the commit:

Need people's input next week to see if this solution is what we're after

heatherlp commented 6 years ago

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