0.7.1 • Published 7 years ago

generator-fabric-composer v0.7.1

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-composer

This is a Yeoman module for a set of Yeoman generators. These are used to create pro-forma templates for using with the Hyperledger Composer. There are two current generators that can be used from the point of creating a model through to creating command line applications

The naming of this repository is following the Yeoman naming conventions.

How do I use the generator to create an applications?

This is a quick recap of the official Yeoman getting started docs.

Step 1: Make sure that you have Yeoman installed globally

npm install -g yo

Step 2: Install 'angular-cli' globally

npm install -g angular-cli

Step 3: Install 'typings' globally

npm install -g typings

Step 4: Install 'bower' globally

npm install -g bower

What are the generators I can use?

##> yo composer:app

Description

This command generates a basic command line application which can deploy a business network and list all the asset registries.

Limitations

  • None

Supported Examples

  • DigitalProperty-Network

##> yo composer:angular

Description

This command generates an Angular2 application which can connect to a business network and perform create, read, update and delete operations on assets.

Limitations

  • The generated application currently does not handle operations regarding participants and transactions
  • The generator currently lacks certain customization and options
  • Due to time restraints, the generator hasn't been tested with models which use arrays
  • The generated application doesn't handle the resolution of object properties, but instead will list them as being an object type.

Supported Examples

  • CarAuction-Network
0.7.1

7 years ago

0.7.0

7 years ago

0.5.12

7 years ago

0.5.11

7 years ago

0.5.10

7 years ago

0.5.9

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.11

7 years ago