-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): create ios/android template (#245)
* feat(cli): create ios template * feat(cli): init android template * feat(cli): complete android cli script * chore(cli): move print messages, update readme * chore(cli): copy keys from test-vectors * fix(cli): fix naming * fix: fix Cargo.lock * chore: seperate inputs, output anyhow result, add cli tests * chore: lint
- Loading branch information
1 parent
33dfb9b
commit dc5609b
Showing
76 changed files
with
2,549 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ fs_extra = "1.2.0" | |
include_dir = "0.7" | ||
dialoguer = "0.10" | ||
console = "0.15.8" | ||
anyhow = "1.0.86" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,9 @@ mopro init | |
```sh | ||
mopro build | ||
``` | ||
|
||
## Create templates | ||
|
||
```sh | ||
mopro create | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.