1.1.17 • Published 3 months ago

sunubus-js-utils v1.1.17

Weekly downloads
26
License
MIT
Repository
-
Last release
3 months ago

Sunubus js utilities

This repository contains some utility functions and classes that are used throughout the Sunubus project. It is written in JavaScript.

How to setup

First you need node.js v8.12.0 and yarn installed. We recommend using nvm to be able to install and switch between different versions of node.js.

Clone the repository by running:

git clone git@github.com:SunuBus/sunubus-js-utils.git

Then cd into it:

cd sunubus-js-utils

Run yarn to install the dependencies

yarn install

Run it

Since the repo is headless, the only thing we run in it are tests that validate that it's components are functioning correctly.

To run them, run:

yarn test

You can also live test the sdk in the projects it is used in (such as sunubus-game-service) by using the yarn link command. This allows you to directly test your changes in the project without deploying to NPM first. For that you will need to first run:

yarn link

After that, go into the project that uses the sdk and run:

yarn link sunubus-js-utils

Your changes should now be reflected in real time.

Developing new utilities

Utilities are located under src/ and are functions or classes located in separate files. They are further subdivided into multiple folders depending on what category they belong to.

Deployment

The sdk is deployed on npm. To deploy, run:

yarn publish
1.1.17

3 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago