@daybyday/yx-node

YX-Node: A collection of common node functions.

Usage no npm install needed!

<script type="module">
  import daybydayYxNode from 'https://cdn.skypack.dev/@daybyday/yx-node';
</script>

README

YX Node

YX-Node: A collection of common node functions.

Publish steps

  • Login: add user with your Username, Password, Email
# First time publish
npm adduser
# Other times publish
npm login
  • Publish in your git gui or click publish.sh bash file
npm publish

Install

npm install @daybyday/yx-node --save

Importing

import xxx from '@daybyday/yx-node';