myaddsecond

use to add two munber[[umber


Keywords
add
License
ISC
Install
npm install myaddsecond@1.1.0

Documentation

文件夹结构如下

-create[创建的npm包]

    --package.json此包的依赖

    --index.js此包的入口文件

-use[使用的npm包]

    --index.js引入npm包

    --node_modules 下载的包

    --package-lock.json 不知道怎么生成的

    --package.json 自己的该项目的依赖

启动使用的项目命令为 node index.js