Michael Currin
Michael Currin
Passing values up from a child is easy. The hard part is making it a two-way bind, so that a value is set in App and passed through the router...
e.g. ```md [](https://github.com/MichaelCurrin/badge-generator/actions/workflows/main.yml) ```
This can be cards or buttons rather than just text/bullets e.g. - Repo badges - metadata badges for your repo - Generic badges -... - Images - ... This could...
Use binary data... https://stackoverflow.com/questions/38985050/how-do-i-use-the-logo-option-in-shields-io-badges encode e.g. https://b64.io/ or shell tool And percent encode it http://meyerweb.com/eric/tools/dencoder/ This can go in a recipe/cheatsheet guide too for the overall process and specific tools...
Note that the release badge honors the checkbox for pre-release or not. And the tag will use v0 as orange pre-release. Based on my testing show here before updating the...
Sample: ```markdown [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url] [npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square [npm-url]: https://npmjs.org/package/datadog-metrics [npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square [travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square [travis-url]: https://travis-ci.org/dbader/node-datadog-metrics ``` --- [![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url] [npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square [npm-url]: https://npmjs.org/package/datadog-metrics...
There is a feature branch with ideal API tests without a working app. This may or may not be used. It was partially an experiment