0.0.3 • Published 12 months ago

nb-read-write-pkg v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

nb-read-write-pkg

  1. 读取相对工作目录路径 package.json
const {readPkg} = require('nbt-read-write-pkg');

readPkg('./')
  1. 向当前工作目录的相对路径写入 package.json
const {writePkg} = require('nbt-read-write-pkg');

writePkg('./',{config:{port:8080}})
0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago