0.1.0 • Published 5 years ago

package-dependency v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

package-dependency

Find all nodejs dependency for a given directory

npm license github-issues

nodei.co

travis-status stars forks

forks

npm.io npm.io

Features

  • Find all nodejs dependency for a given directory

Usage

Usage: package-dependency [options] [command]

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  update         Update package.json with all the node module found the project path
  clean          Remove unsued module from package.json

Install

npm install --save package-dependency

Or as binary

npm install --g package-dependency`

Scripts

  • npm run build : rm -rf dist && tsc && npm run readme
  • npm run readme : node ./node_modules/.bin/node-readme
  • npm run test : mocha ./dist/test/*.js

Dependencies

PackageVersionDev
commander^2.19.0
great-logs0.0.4
recursive-readdir^2.2.2
shelljs^0.8.3
@types/chai^4.1.3
@types/mocha^5.2.0
@types/node^10.0.2
chai^4.2.0
mocha^5.1.1
node-readme^0.1.9

Contributing

Please check the Contributing Guidelines for more details. Thanks!

Author

Wendly Saintil

License

MIT

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago