diff --git a/README.md b/README.md index a2d6b1d..971f394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # create-exposed-app -[![Version](https://img.shields.io/npm/v/create-exposed-app.svg?style=flat-square)](https://www.npmjs.com/package/create-exposed-app?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/create-exposed-app.svg?style=flat-square)](https://www.npmjs.com/package/create-exposed-app) [![Last commit](https://img.shields.io/github/last-commit/iamturns/create-exposed-app.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/graphs/commit-activity) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fiamturns%2create-exposed-app%2Fbadge%3Fref%3Dmaster&style=flat&label=build&logo=false)](https://actions-badge.atrox.dev/iamturns/create-exposed-app/goto?ref=master) [![Coverage Status](https://coveralls.io/repos/github/iamturns/create-exposed-app/badge.svg?branch=master)](https://coveralls.io/github/iamturns/create-exposed-app?branch=master) [![License](https://img.shields.io/github/license/iamturns/create-exposed-app.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/blob/master/CODE_OF_CONDUCT.md) +[![Version](https://img.shields.io/npm/v/create-exposed-app.svg?style=flat-square)](https://www.npmjs.com/package/create-exposed-app?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/create-exposed-app.svg?style=flat-square)](https://www.npmjs.com/package/create-exposed-app) [![Last commit](https://img.shields.io/github/last-commit/iamturns/create-exposed-app.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/graphs/commit-activity) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fiamturns%2Fcreate-exposed-app%2Fbadge%3Fref%3Dmaster&style=flat&label=build&logo=false)](https://actions-badge.atrox.dev/iamturns/create-exposed-app/goto?ref=master) [![Coverage Status](https://coveralls.io/repos/github/iamturns/create-exposed-app/badge.svg?branch=master)](https://coveralls.io/github/iamturns/create-exposed-app?branch=master) [![License](https://img.shields.io/github/license/iamturns/create-exposed-app.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/blob/master/CODE_OF_CONDUCT.md) > App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more) diff --git a/src/templates/generate/latest/files/README.md.ejs.t b/src/templates/generate/latest/files/README.md.ejs.t index 63ba567..3a3f7e8 100644 --- a/src/templates/generate/latest/files/README.md.ejs.t +++ b/src/templates/generate/latest/files/README.md.ejs.t @@ -3,7 +3,7 @@ to: README.md --- # <%- npmPackageName %> -[![Version](https://img.shields.io/npm/v/<%- npmPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- npmPackageName %>?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/<%- npmPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- npmPackageName %>) [![Last commit](https://img.shields.io/github/last-commit/<%- authorGithub %>/<%- packageName %>.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/graphs/commit-activity) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2F<%- authorGithub %>%2<%- packageName %>%2Fbadge%3Fref%3Dmaster&style=flat&label=build&logo=false)](https://actions-badge.atrox.dev/<%- authorGithub %>/<%- packageName %>/goto?ref=master) [![Coverage Status](https://coveralls.io/repos/github/<%- authorGithub %>/<%- packageName %>/badge.svg?branch=master)](https://coveralls.io/github/<%- authorGithub %>/<%- packageName %>?branch=master) [![License](https://img.shields.io/github/license/<%- authorGithub %>/<%- packageName %>.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/blob/master/CODE_OF_CONDUCT.md) +[![Version](https://img.shields.io/npm/v/<%- npmPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- npmPackageName %>?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/<%- npmPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- npmPackageName %>) [![Last commit](https://img.shields.io/github/last-commit/<%- authorGithub %>/<%- packageName %>.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/graphs/commit-activity) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2F<%- authorGithub %>%2F<%- packageName %>%2Fbadge%3Fref%3Dmaster&style=flat&label=build&logo=false)](https://actions-badge.atrox.dev/<%- authorGithub %>/<%- packageName %>/goto?ref=master) [![Coverage Status](https://coveralls.io/repos/github/<%- authorGithub %>/<%- packageName %>/badge.svg?branch=master)](https://coveralls.io/github/<%- authorGithub %>/<%- packageName %>?branch=master) [![License](https://img.shields.io/github/license/<%- authorGithub %>/<%- packageName %>.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/<%- authorGithub %>/<%- packageName %>/blob/master/CODE_OF_CONDUCT.md) > <%- oneLiner %>