Skip to content

Commit 2e7ef68

Browse files
authored
feat: readme badges (#79)
1 parent 8f78cf4 commit 2e7ef68

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-exposed-app
22

3+
[![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)
4+
5+
> App generator with everything exposed for maximum control (powered by TS, Babel, Jest, ESLint, Prettier, CircleCI, and more)
6+
7+
---
8+
39
Like zero-config? Get out!
410

511
Generate a flexible starting point for your app, where config files and scripts are in-your-face and ready to adapt to your needs.

examples/default-client-side/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# create-exposed-app
22

3+
[![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)
4+
35
> Default client-side example of create-exposed-app
46
7+
---
8+
59
- Feature 1
610
- Feature 2
711

examples/default-server-side/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# create-exposed-app
22

3+
[![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)
4+
35
> Default server-side example of create-exposed-app
46
7+
---
8+
59
- Feature 1
610
- Feature 2
711

templates/README.md.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# <%- projectPackageName %>
22

3+
[![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)
4+
35
> <%- projectOverview %>
46

7+
---
8+
59
- Feature 1
610
- Feature 2
711

0 commit comments

Comments
 (0)