@daybyday/npm-template

Template for npm package

Usage no npm install needed!

<script type="module">
  import daybydayNpmTemplate from 'https://cdn.skypack.dev/@daybyday/npm-template';
</script>

README

npm template

NPM package project template

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/xxx --save

Importing

import xxx from '@daybyday/xxx';