aeternity / aepp-cli-js

Command line interface for the æternity blockchain
http://docs.aeternity.com/aepp-cli-js/
ISC License
7 stars 6 forks source link

Generate docs based on CLI, speedup initialisation #252

Closed davidyuk closed 7 months ago

davidyuk commented 7 months ago

fixes https://github.com/aeternity/aepp-cli-js/issues/137

found issues https://github.com/aeternity/aeplugin_dev_mode/issues/35 https://github.com/aeternity/protocol/pull/528

inspired by https://github.com/tj/commander.js/issues/756 https://webpack.js.org/api/cli/#build https://docs.oracle.com/en-us/iaas/tools/oci-cli/3.39.0/oci_cli_docs/cmdref/resource-manager/template/change-compartment.html

related https://github.com/mitsuru793/node-commander-document-generator/

This PR is supported by the Æternity Foundation

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 92.42424% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 92.98%. Comparing base (d5fa1b4) to head (d87ed80).

Files Patch % Lines
src/utils/helpers.js 50.00% 7 Missing :warning:
scripts/execute-program.js 96.34% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #252 +/- ## =========================================== - Coverage 93.13% 92.98% -0.16% =========================================== Files 24 25 +1 Lines 2229 2322 +93 =========================================== + Hits 2076 2159 +83 - Misses 153 163 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.