From b59916d6b0720699dd072d414349ea1e12de2174 Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Sat, 13 Mar 2021 18:19:17 +1100 Subject: [PATCH 1/2] fix: build badge --- README.md | 17 ++++++++++++----- .../generate/latest/files/README.md.ejs.t | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2d6b1d..38b49c2 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) @@ -82,10 +82,17 @@ Open-source under [MIT License](https://github.com/iamturns/create-exposed-app/b -- [Uh oh, something went wrong!](#uh-oh-something-went-wrong) -- [I wish something was different…](#i-wish-something-was-different) -- [Can I contribute code?](#can-i-contribute-code) -- [My question isn't answered :(](#my-question-isnt-answered-) +- [create-exposed-app](#create-exposed-app) + - [What's included?](#whats-included) + - [Setup](#setup) + - [Usage](#usage) + - [Credits](#credits) + - [License](#license) + - [FAQ](#faq) + - [Uh oh, something went wrong!](#uh-oh-something-went-wrong) + - [I wish something was different…](#i-wish-something-was-different) + - [Can I contribute code?](#can-i-contribute-code) + - [My question isn't answered :(](#my-question-isnt-answered-) 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 %> From a2e93963d0f66e455f18a220d8f28e8266e078bc Mon Sep 17 00:00:00 2001 From: iamturns Date: Sat, 13 Mar 2021 07:20:07 +0000 Subject: [PATCH 2/2] chore: Fix formatting --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 38b49c2..971f394 100644 --- a/README.md +++ b/README.md @@ -82,17 +82,10 @@ Open-source under [MIT License](https://github.com/iamturns/create-exposed-app/b -- [create-exposed-app](#create-exposed-app) - - [What's included?](#whats-included) - - [Setup](#setup) - - [Usage](#usage) - - [Credits](#credits) - - [License](#license) - - [FAQ](#faq) - - [Uh oh, something went wrong!](#uh-oh-something-went-wrong) - - [I wish something was different…](#i-wish-something-was-different) - - [Can I contribute code?](#can-i-contribute-code) - - [My question isn't answered :(](#my-question-isnt-answered-) +- [Uh oh, something went wrong!](#uh-oh-something-went-wrong) +- [I wish something was different…](#i-wish-something-was-different) +- [Can I contribute code?](#can-i-contribute-code) +- [My question isn't answered :(](#my-question-isnt-answered-)