https://github.com/raineorshine/generator-truffle-dapp
A generator for a truffle-based ethereum dapp.
https://github.com/raineorshine/generator-truffle-dapp
Last synced: 11 days ago
JSON representation
A generator for a truffle-based ethereum dapp.
- Host: GitHub
- URL: https://github.com/raineorshine/generator-truffle-dapp
- Owner: raineorshine
- License: isc
- Created: 2016-05-22T02:22:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T15:19:26.000Z (over 9 years ago)
- Last Synced: 2025-10-04T02:59:58.801Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A generator for a truffle-based ethereum dapp.
Using truffle v1.0.2.
## Usage
This is not in npm yet, so you will have to clone and link manually:
```sh
$ git clone https://github.com/raineorshine/generator-truffle-dapp
$ cd generator-truffle-dapp
$ npm link
```*Created with [yogajs](http://yogajs.org): prompt-driven scaffolding for continuously evolving personal boilerplates.*