-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
148 additions
and
3 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
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
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# maci-cli | ||
|
||
[![NPM Package][cli-npm-badge]][cli-npm-link] | ||
[![Actions Status][cli-actions-badge]][cli-actions-link] | ||
|
||
Please refer to the [documentation for the | ||
CLI](http://privacy-scaling-explorations.github.io/maci/cli.html). | ||
|
||
|
||
[cli-npm-badge]: https://img.shields.io/npm/v/maci-cli.svg | ||
[cli-actions-badge]: https://github.com/privacy-scaling-explorations/maci/actions/workflows/e2e.yml/badge.svg | ||
[cli-npm-link]: https://www.npmjs.com/package/maci-cli | ||
[cli-actions-link]: https://github.com/privacy-scaling-explorations/maci/actions?query=workflow%3ACI |
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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
# maci-common | ||
|
||
[![NPM Package][common-npm-badge]][common-npm-link] | ||
|
||
|
||
This submodule contains utility/helper functions used by other maci submodules. | ||
|
||
[common-npm-badge]: https://img.shields.io/npm/v/maci-common.svg | ||
[common-npm-link]: https://www.npmjs.com/package/maci-common | ||
|
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# maci-integrationTests | ||
|
||
[![NPM Package][integrationTests-npm-badge]][integrationTests-npm-link] | ||
[![Actions Status][integrationTests-actions-badge]][integrationTests-actions-link] | ||
|
||
This submodule contains test suites that span between different submodules. | ||
|
||
The current approach that it takes is to test each CLI command and also chain | ||
them together. | ||
|
||
[integrationTests-npm-badge]: https://img.shields.io/npm/v/maci-integrationtests.svg | ||
[integrationTests-npm-link]: https://www.npmjs.com/package/maci-integrationtests | ||
[integrationTests-actions-badge]: https://github.com/privacy-scaling-explorations/maci/actions/workflows/e2e.yml/badge.svg | ||
[integrationTests-actions-link]: https://github.com/privacy-scaling-explorations/maci/actions?query=workflow%3ACI |
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