tuturial-to-share-works

the tuturial to share works

Usage no npm install needed!

<script type="module">
  import tuturialToShareWorks from 'https://cdn.skypack.dev/tuturial-to-share-works';
</script>

README

Introduction

This is a tuturial for sharing works.

Needings

for user

  1. You need to register a account.
  2. You need to login in your work using npm login.

for work

  1. You need to init your work with package.json using npm init.
  2. You need to specify the entrance for your work in package.json, generally speaking it is index.js

the entrance for your work is the way others use your work in their work by using require().