1.1.0 • Published 6 years ago

tuturial-to-share-works v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

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().