CarrollCloud / js-value-wrappers (public) (License: GPLv3) (since 2018-06-24) (hash sha1)
Wrappers are classes that contain a specific value, and have methods to work on said value.
Example: Dimension to store length values, contains methods to convert and display the dimension in various ways.

Mode Type Size Ref File
100644 blob 132 3453fa542520ac7a7229a14408f5292f98613338 .gitignore
100644 blob 376 e8abffa9abbd39bfd6eea6c3e9463643372b57b7 package-lock.json
100644 blob 605 de7feb8f2f25e423b2f1894a624b2bd2b3e0e90d package.json
040000 tree - 5d8ca7c5da55269efb68c9b8caf6bd10b7883cf4 src
100644 blob 5342 41eac6217f5d7908c9561f0b449635baa62ffa51 tsconfig.json
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/CarrollCloud/js-value-wrappers

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/CarrollCloud/js-value-wrappers

Clone this repository using git:
git clone git://git.rocketgit.com/user/CarrollCloud/js-value-wrappers

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main