1.0.31 • Published 1 year ago

sports-util v1.0.31

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Sports Utils

A helper library that contains the sports functions, hardcoded data and its constants.

-It's writen in typescript so we can typecheck the data coming from the API. We then build the exported functions and transpile typescript into javascript in the folder dist. Any configuration of next generation module(for now we use ES6), can be found on the tsconfig.json.

Getting started

Install dependencies

run yarn

Tests

run yarn test

Workspace structure

├── README.md
├── dist
├── src
│   ├── constants
│   ├── helpers
│   ├── services
│   └── types
│   └── index.ts
├── package.json
└── yarn.lock

Publish new version

First run yarn build to build the dist, and commit it. Then if no error occurs, run:

$ yarn npm:patch
$ yarn npm:publish

If an error occurs, try running npm publish directly.

1.0.29

2 years ago

1.0.31

1 year ago

1.0.30

2 years ago

1.0.28

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.27

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago