package-maker

0.0.1 • Public • Published

package-maker

Automatically generate package.json dependencies by crawling requires

this is experimental - please comment and contribute!

output deps to console

node index *.js
 
# { 
#   name: 'package-maker', 
#   dependencies: { 
#      lodash: 'x.x.x', 
#      fs: 'x.x.x', 
#      detective: 'x.x.x' 
#   } 
# } 

write deps to file

node index *.js >> package.json

Package Sidebar

Install

npm i package-maker

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bcherny