Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

librariesio/librarian-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Librarian CLI

Build Status npm version Dependency Status devDependency Status Gitter chat

⚠️ This repository has been replaced with Bibliothecary and will not be updated anymore ⚠️

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) 2017 Ben Gourley, Licensed under GNU Affero General Public License. See LICENSE for details.