1.0.0 • Published 5 years ago

@copromatic/datacopro-client v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

Datacopro client js

A small TS/JS client for DatacoproAPI.

⚠️ This project is under development. As a result, only a small part of the DatacoproAPI is implemented. We will set it public in the near future

To develop

  • Install NodeJS (it automatically install the node package manager npm).
  • Git clone the project.
  • Install dependencies using npm i.

How to publish new version on gitlab private repo

Follow these steps:

  • npm run build: run typescript compiler to compile your TS sources files inside /dist repository.
  • git add .: to add every new files (even the dist folder)
  • git commit -m 'My new feature OMG!': commit your changes
  • git push origin master: push your changes to the gitlab private repository.

After that. Don't forget to run npm update datacopro-client on your project.

1.0.0

5 years ago