관리-도구
편집 파일: example-default.js
var init = require('../init-package-json.js') var dir = process.cwd() init(dir, 'file that does not exist', function (err, data) { if (!err) console.log('written successfully') })