@angular-web3/schematics
v0.0.15-0
Published
A set of angular-cli schematics related to ethereum development
Downloads
32
Readme
Getting Started With Schematics
This repository is a set of angular Schematic to create smart contract library using truffle
Unit Testing
npm run test
will run the unit tests, using Jasmine as a runner and test framework.
Publishing
To publish, simply do:
npm run build
npm publish
That's it!