1.2.0 • Published 6 years ago

@scapers/rs-api v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

RS-API

Travis Coveralls Dev Dependencies

Introduction

@scapers/rs-api is an open source wrapper, written with TypeScript using the TypeScript library starter, for the popular MMORPG RuneScape.

NOTE: This package is a TypeScript rewrite of rs-api

Installation

npm install @scapers/rs-api

Usage

Documentation can be found at here

Contribution

All .ts files are found in the src folder. The project is hooked in to scripts via the package.json scripts, such as build, test, commit, ect. See NPM scripts section below for more details.

This project is set up using git-cz. As such, upon committing, use npm run commit and fill the template out.

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)