0.0.7 • Published 5 years ago

@marbleprotocol/cake v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Installation

Install packages

Global

yarn global add @marbleprotocol/cake

DevDependency

yarn add -D @marbleprotocol/cake

CLI Usage

Compile

cake compile

With options

cake compile --contractsDir 'contracts/' --outputDir 'build/' --templateDir 'templates/'

Help

cake compile --help

Test

cake test [directory]

Help

cake test --help

package.json script

"scripts": {
  "build": "cake compile",
  "test": "cake test"
}