@pihachu/require-map
v0.2.4
Published
Show the require contact map for your nodejs project.
Downloads
10
Readme
Require-Map
Show the require contact map for your nodejs project.
Install
$ npm install --save @pihachu/require-map
Usage
const RequireMap = require('@pihachu/require-map')
// (entry file, options)
const requireMap = new RequireMap('app.js', {
filename: 'filename.html', // default 'requiremap.html'
radius: 14, // Node radius, default 14
lineLength: 120 // Node connection length, default 120
})
requireMap.run()
If successful, there will be a file called requiremap.html
in your root directory.
open in your browers:
Update Recode (ง •_•)ง
- [x] Fix path error bug
- [x] Comments are ignored
- [ ] Add more options
- [ ] Can parse
import
- [ ] Optimize web
License
MIT © Xu Haocong