An open API service indexing awesome lists of open source software.

https://github.com/zswang/np2km

Analysis of NPM dependencies, and generate a file kityminder file
https://github.com/zswang/np2km

Last synced: about 1 year ago
JSON representation

Analysis of NPM dependencies, and generate a file kityminder file

Awesome Lists containing this project

README

          

np2km
====

脑图效果:[NPM 依赖哪些 NPM](http://naotu.baidu.com/viewshare.html?shareId=au94741qdrsw)

## 概要

NPM 依赖生成为脑图的工具

## 安装

```
$ npm install np2km -g
```

## 使用

+ 使用前先确认已经调用 `npm install`

```
$ cd
$ np2km
```

生成的文件拖拽到 [百度脑图](http://naotu.baidu.com/) 使用

## 后续

### 在线模块

```
$ np2km -n grunt
$ np2km -n grunt@0.1.1
```