README
Introduction
This is a tuturial for sharing works.
Needings
for user
- You need to register a account.
- You need to login in your work using
npm login
.
for work
- You need to init your work with package.json using
npm init
. - 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()
.