Skip to content

Commit

Permalink
Added project initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed May 5, 2019
1 parent 99aad26 commit 255a60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ program
.allowUnknownOption(false)
.version(packageConfig.version)
.description(packageConfig.description)
.command('init', 'initialize a lamington project')
.command('build [contract_path]', 'build all smart contracts')
.command('start', 'start the eos blockchain in docker')
.command('stop', 'stop the eos blockchain in docker')
Expand Down

0 comments on commit 255a60a

Please sign in to comment.