1.2.0 • Published 7 years ago

librarian-cli v1.2.0

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
7 years ago

Librarian CLI

Build Status npm version Dependency Status devDependency Status Gitter chat

File based dependency manifest parsing for Libraries.io

Install

npm install -g librarian-cli

Usage

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 API

var analyse = require('librarian-cli')
analyse('/path/to/thing', (err, data) => {})

Development

Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • 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.

License

Copyright (c) 2016 Ben Gourley, Licensed under GNU Affero General Public License. See LICENSE for details.

1.2.0

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

1.0.0-0

8 years ago