email-sync

A service for interfacing with email providers like gmail

Usage no npm install needed!

<script type="module">
  import emailSync from 'https://cdn.skypack.dev/email-sync';
</script>

README

email-sync

A service for interfacing with email providers like Gmail.

Testing in connection with Jinzio Server using Yalc

  1. Install globally yalc tool using npm i yalc -g
  2. Go to the db-models root folder and run yalc push
  3. In jinzio-server root dir run yalc add <published package> (i.e yalc add email-sync)
  4. Run jinzio-server with npm run anssi:start

After making changes in dependency package run again yarn build && yalc push it automatically pushes the changes to the jinzio-server package and updates it.

To remove all packages from the project run yalc remove --all. For more details, see yalc docs.