Skip to content

Commit

Permalink
Added travis & dependency checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Choromanski committed Mar 22, 2018
1 parent cd185dd commit 9a2b1c2
Show file tree
Hide file tree
Showing 10 changed files with 295 additions and 124 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
@@ -0,0 +1,3 @@
{
"esversion": 6
}
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "node"
before_install:
- npm -g install jshint
8 changes: 6 additions & 2 deletions README.md
@@ -1,6 +1,10 @@
# Pitt-Cli
# Pitt-Cli - CLI for Pitt Students

### CLI for Pitt Students
[![NPM](https://nodei.co/npm/pitt-cli.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/pitt-cli/)

[![Build Status](https://travis-ci.org/djm158/pitt-cli.svg?branch=master)](https://travis-ci.org/djm158/pitt-cli)
[![David Status](https://david-dm.org/djm158/pitt-cli.svg)](https://david-dm.org/djm158/pitt-cli)
[![npm](https://img.shields.io/npm/dt/pitt-cli.svg)](https://www.npmjs.com/package/pitt-cli)

## Installation

Expand Down

0 comments on commit 9a2b1c2

Please sign in to comment.