Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (38 loc) · 630 Bytes

Contributing

Requirements

Installation

$ git clone https://github.com/benjaminnoufel/node-oauth2-client.git

Install

$ make install

Test

$ make test

Lint

$ make lint

Build

$ make build

Types

$ make types

Clean

$ make clean