Skip to content

NAELIC/nodetron-util

Repository files navigation

Mathematic Library for Robocup SSL

⚠️ This library is in beta: We can do breaking change every release.

This library is to create a minimal mathematical library for our Robocup SSL Teams (NAELIC).

How to install it ?

We have verdaccio at this address :

⚠️ Plan to move in another address: For the moment, we don't have our own server, but soon we will plan to move in an address like this : naelic.fr or naelic.com.

So do this command is your repository :

npm install @nodetron/math --registry http://217.182.168.167:4873

Publish on verdaccio

It is a bit complicated but soon we plan to do it automatically with Github Actions.

npm run release:beta && npm run build
cp -r package.json dist/src

cd dist/src
npm publish --registry http://217.182.168.167:4873

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published