Skip to content

PatrikLythell/dependent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependent

Lazy dependency script for lazy developers compiling your node modules to a depencies.json

Requirements

Node JS and NPM installed. Only been tested in MacOSX (hey it's for lazy developers by a lazy developer, what can I say?)

Installation

Global install through NPM

npm install -g dependent

or

sudo npm install -g dependent

Usage

After installing globally run 'dependent' in your working dir. This will look up what node modules can be found inside node_modules and compile them into a dependencies.json in your working dir. Copy and paste into your package.json.

Changelog

0.0.1
  • Initial Release

About

javascript CLT for picking up node module versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published