All Projects → lysyi3m → npmdc

lysyi3m / npmdc

Licence: MIT license
ruby gem to check for missed NPM dependencies

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to npmdc

dependency-check-py
🔐 Shim to easily install OWASP dependency-check-cli into Python projects
Stars: ✭ 44 (+15.79%)
Mutual labels:  dependency-analysis, cli-utility
glimmer-dsl-swt
Glimmer DSL for SWT (JRuby Desktop Development GUI Framework)
Stars: ✭ 53 (+39.47%)
Mutual labels:  rubygem
jekyll-target-blank
Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs.
Stars: ✭ 86 (+126.32%)
Mutual labels:  rubygem
mixedvines
Python package for canonical vine copula trees with mixed continuous and discrete marginals
Stars: ✭ 36 (-5.26%)
Mutual labels:  dependency-analysis
glimmer-dsl-tk
Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library)
Stars: ✭ 26 (-31.58%)
Mutual labels:  rubygem
modular routes
Dedicated controllers for each of your Rails route actions.
Stars: ✭ 45 (+18.42%)
Mutual labels:  rubygem
git statistics
A gem that allows you to get detailed statistics of a git repository.
Stars: ✭ 62 (+63.16%)
Mutual labels:  rubygem
strings-truncation
Truncate strings with fullwidth characters and ANSI codes.
Stars: ✭ 45 (+18.42%)
Mutual labels:  rubygem
ruby-stream-api
Ruby Stream API. Inspired by Java 8's Stream API.
Stars: ✭ 21 (-44.74%)
Mutual labels:  rubygem
ruby attic
💍 Unmaintained ruby projects needing people!
Stars: ✭ 26 (-31.58%)
Mutual labels:  rubygem
cordova-set-version
CLI and JavaScript API for setting the version in Apache Cordova config.xml
Stars: ✭ 19 (-50%)
Mutual labels:  cli-utility
benchmark-trend
Measure performance trends of Ruby code
Stars: ✭ 60 (+57.89%)
Mutual labels:  rubygem
consul-templaterb
consul-template-like with erb (ruby) template expressiveness
Stars: ✭ 65 (+71.05%)
Mutual labels:  rubygem
javascript
Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.
Stars: ✭ 46 (+21.05%)
Mutual labels:  dependency-analysis
n65
An assembler for the 6502 microprocessor written in Ruby
Stars: ✭ 12 (-68.42%)
Mutual labels:  rubygem
copulae
Multivariate data modelling with Copulas in Python
Stars: ✭ 96 (+152.63%)
Mutual labels:  dependency-analysis
restcountry
This is a Ruby wrapper library around the API provided by REST Countries http://restcountries.eu
Stars: ✭ 32 (-15.79%)
Mutual labels:  rubygem
bootswatch-sass
bootswatch ruby gems for assets pipeline
Stars: ✭ 12 (-68.42%)
Mutual labels:  rubygem
react
Basic Primitives Diagrams for React. Data visualization components library that implements organizational chart and multi-parent dependency diagrams.
Stars: ✭ 15 (-60.53%)
Mutual labels:  dependency-analysis
fillin
fill-in your command and execute
Stars: ✭ 140 (+268.42%)
Mutual labels:  cli-utility

Build Status Code Climate Gem Version

npmdc

Screenshot

NPM Dependency Checker is a simple tool which can check for missed dependencies based on your package.json file.

Sponsored by Evil Martians

Installation

Add this line to your application's Gemfile:

gem 'npmdc', group: :development

And then execute:

$ bundle

Or install it yourself as:

$ gem install npmdc

Usage

Rails

YourApp::Application.configure do
  config.npmdc.path             = "/path/to/your/frontend/code/dir" # `Rails.root` by default
  config.npmdc.format           = "doc"                             # `short`, `doc`, `progress`. `short` by default
  config.npmdc.color            = false                             # `true` by default
  config.npmdc.types            = ["dependencies"]                  # `["dependencies", "devDependencies"]` by default
  config.npmdc.environments     = ["development"]                   # `development` only by default
  config.npmdc.abort_on_failure = true                              # 'false' by default
end

CLI tool:

$ bundle exec npmdc [options]

Options:

      [--path=PATH]            # Path to package.json config
      [--color], [--no-color]  # Enable color
                               # Default: true
  t, [--types=one two three]   # types for check
                               # Default: ["dependencies", "devDependencies"]
                               # Possible values: dependencies, devDependencies
  f, [--format=FORMAT]         # Output format
                               # Possible values: progress, doc, short

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lysyi3m/npmdc.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].