@myjwork/sdk

TypeScript sdk for communication with API

Usage no npm install needed!

<script type="module">
  import myjworkSdk from 'https://cdn.skypack.dev/@myjwork/sdk';
</script>

README

Fargtryckarn sdk

Build Status GitHub issues codecov devDependencies Status dependencies Status

This boilerplate allows the quick creation of npm modules written in Typescript.

  • Typescript 3.x
  • creates an ES5 bundle
  • creates a TypeScript declaration bundle
  • packs it for npm usage
  • uses jest for testing
  • uses travis and semantic-release for deployment
  • uses linting, coverage and git hooks to increase code quality.
  • is configured to support wallaby

Usage

Initially you should:

Simply install using npm i @fargtryckarn/sdk

After that, you'll simply start using it.