Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.06 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.06 KB

webpa-common

Build Status codecov.io Code Climate Issue Count Go Report Card Apache V2 License GitHub release

Table of Contents

Code of Conduct

This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.

Environment Setup Instructions

Assumptions:

1) Set up a new workspace (Optional, skip to step 2 if you want to edit webpa-common in your existing workspace)

newWorkSpace=~/xmidt   #this can be any path you want
export GOPATH=$newWorkSpace

2) Create necessary path

mkdir -p $GOPATH/github.com/xmidt-org

3) Clone repo

cd $GOPATH/github.com/xmidt-org
git clone [email protected]:Comcast/webpa-common.git

4) Get Dependencies

cd webpa-common
glide install --strip-vendor

5) Try running the tests!

./test.sh

Contributing

Refer to CONTRIBUTING.md.