Skip to content

Commit

Permalink
feat: last commit badge (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamturns committed Apr 10, 2019
1 parent e4eda2d commit 949c4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion templates/README.md.template
Original file line number Diff line number Diff line change
@@ -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 %>

Expand Down

0 comments on commit 949c4f6

Please sign in to comment.