@mindline/sync
v1.0.82
Published
sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.
Downloads
171
Readme
Introduction
sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.
Getting Started
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
1. Installation process
install Node
https://nodejs.org/en/download
install class transformer packages to convert JSON file imports into class objects
npm install class-transformer --save
npm install reflect-metadata --save
install @azure/msal-browser
npm install @azure/msal-browser --save
2. Latest releases
3. API references
4. Unit Test
npm test
6. Publish
username, password, OTP code required to publish package
npm login
npm version patch
npm publish --access=public --otp=XXXXXX
npm publish --dry-run
7. Contribute
TODO: Explain how other users and developers can contribute to make your code better.