diff --git a/README.md b/README.md index d16ca28..bef8a48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # create-exposed-app -[![Active](https://img.shields.io/badge/active-yes-green.svg?style=flat-square)](https://github.com/iamturns/create-exposed-app/graphs/commit-activity) [![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) [![Build](https://img.shields.io/circleci/project/github/iamturns/create-exposed-app/master.svg?style=flat-square)](https://circleci.com/gh/iamturns/create-exposed-app) [![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](https://img.shields.io/circleci/project/github/iamturns/create-exposed-app/master.svg?style=flat-square)](https://circleci.com/gh/iamturns/create-exposed-app) [![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 TS, Babel, Jest, ESLint, Prettier, CircleCI, and more) diff --git a/templates/README.md.template b/templates/README.md.template index 760a050..5a41e08 100644 --- a/templates/README.md.template +++ b/templates/README.md.template @@ -1,6 +1,6 @@ # <%- projectPackageName %> -[![Active](https://img.shields.io/badge/active-yes-green.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/graphs/commit-activity) [![Version](https://img.shields.io/npm/v/<%- projectPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- projectPackageName %>?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/<%- projectPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- projectPackageName %>) [![Build](https://img.shields.io/circleci/project/github/<%- authorGitHub %>/<%- projectPackageName %>/master.svg?style=flat-square)](https://circleci.com/gh/<%- authorGitHub %>/<%- projectPackageName %>) [![License](https://img.shields.io/github/license/<%- authorGitHub %>/<%- projectPackageName %>.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/blob/master/CODE_OF_CONDUCT.md) +[![Version](https://img.shields.io/npm/v/<%- projectPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- projectPackageName %>?activeTab=versions) [![Downloads](https://img.shields.io/npm/dt/<%- projectPackageName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%- projectPackageName %>) [![Last commit](https://img.shields.io/github/last-commit/<%- authorGitHub %>/<%- projectPackageName %>.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/graphs/commit-activity) [![Build](https://img.shields.io/circleci/project/github/<%- authorGitHub %>/<%- projectPackageName %>/master.svg?style=flat-square)](https://circleci.com/gh/<%- authorGitHub %>/<%- projectPackageName %>) [![License](https://img.shields.io/github/license/<%- authorGitHub %>/<%- projectPackageName %>.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>#can-i-contribute-code) [![Code of conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/<%- authorGitHub %>/<%- projectPackageName %>/blob/master/CODE_OF_CONDUCT.md) > <%- projectOverview %>