lion-lib-gep-test

This is a custom npm package example.

Usage no npm install needed!

<script type="module">
  import lionLibGepTest from 'https://cdn.skypack.dev/lion-lib-gep-test';
</script>

README

Custom npm package example

This is a custom npm package example.

To create an npm package do the following:

  • make a library where your project will live mkdir directory_name
  • cd to created directory
  • run npm init or npm init --yes
  • create files, functions that will be used in this npm package
  • if you are already registered with npmjs.com run npm adduser else run npm login
  • fill in needed data
  • run npm publish to publish the package