Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 86e5eb7

Browse files
committed
docs(readme.md): added several badges
1 parent 32c0503 commit 86e5eb7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ language: node_js
44
node_js: node
55

66
install:
7-
- npm ci
7+
- npm install
8+
- npm install typescript -g
89
cache:
910
directories:
1011
- $HOME/.npm

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Node CLI Starter
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/fen89/simple-node-cli-starter.svg)](https://greenkeeper.io/)
3+
[![Build Status](https://img.shields.io/travis-ci/fen89/simple-node-cli-starter.svg?branch=master&style=flat-square)](https://travis-ci.org/fen89/simple-node-cli-starter)
4+
[![commitizen](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)]()
5+
[![Greenkeeper badge](https://badges.greenkeeper.io/fen89/simple-node-cli-starter.svg?style=flat-square)](https://greenkeeper.io/)
6+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
7+
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
48

59
Ready for creating interactive node command line interfaces, including a few tools to get started right away:
610

0 commit comments

Comments
 (0)