生成package.json文件
npm init //package.json文件 package name: (test) //包名 version: (1.0.0) //版本 description: //项目描述 entry point: (index.js) //主入口文件 test command: //测试命令 git repository: //git仓库 keywords: //一个字符串数组 author: mk//作者 license: (ISC) //协议列表
README.md文件会在npm.js展示,最好写描述
npm login
npm publish
需要修改版本号上传
npm publish
npm install test
安装完后,你可以在node_module里看到这个包