@pihachu/require-map

0.2.4 • Public • Published

Require-Map

Build Status

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:

requiremap.html

Update Recode (ง •_•)ง

  • [x] Fix path error bug
  • [x] Comments are ignored
  • [ ] Add more options
  • [ ] Can parse import
  • [ ] Optimize web

License

MIT © Xu Haocong

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @pihachu/require-map

    Weekly Downloads

    0

    Version

    0.2.4

    License

    ISC

    Unpacked Size

    12.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • pihachu