Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makotot/depen
:package: Get the infomation of dependencies in the project.
https://github.com/makotot/depen
Last synced: 11 days ago
JSON representation
:package: Get the infomation of dependencies in the project.
- Host: GitHub
- URL: https://github.com/makotot/depen
- Owner: makotot
- Created: 2015-05-29T14:41:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T04:47:13.000Z (9 months ago)
- Last Synced: 2024-11-02T09:42:10.652Z (18 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/depen
- Size: 354 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depen
[![npm version](http://img.shields.io/npm/v/depen.svg?style=flat-square)](https://www.npmjs.com/package/depen)
[![travis](http://img.shields.io/travis/makotot/depen.svg?style=flat-square)](https://travis-ci.org/makotot/depen)
[![dependencies](http://img.shields.io/david/makotot/depen.svg?style=flat-square)](https://github.com/makotot/depen)
[![devDependencies](http://img.shields.io/david/dev/makotot/depen.svg?style=flat-square)](https://github.com/makotot/depen)
[![License](http://img.shields.io/npm/l/depen.svg?style=flat-square)](https://github.com/makotot/depen)> Get the infomation of dependencies in the project.
## Install
```sh
$ npm i --save depen
```
or
```sh
$ npm i -g depen
```## Usage
```js
var depen = require('depen');depen('./', function (err, dependencies) {
if (err) {
throw err;
}console.log(dependencies);
});
```## CLI
```sh
$ depen [-r] [target project]
```## License
MIT