Libraries.io manifest parser for filesystems
npm install librarian-cliFile based dependency manifest parsing for Libraries.io
``bash`
npm install -g librarian-cli
`
librarian [flags] [directory]
Analyse a project for dependencies.
Options:
--pretty for readable json
Directory defaults to the current directory. Relative
paths are resolved against the current directory.
`
`javascript``
var analyse = require('librarian-cli')
analyse('/path/to/thing', (err, data) => {})
Source hosted at GitHub.
Report Issues/Feature requests on GitHub Issues.
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Send me a pull request. Bonus points for topic branches.
Copyright (c) 2016 Ben Gourley, Licensed under GNU Affero General Public License. See LICENSE for details.