hermione-plugins-profiler
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

hermione-plugins-profiler

Plugins to profile another plugins of hermione.

UI for this plugin hermione-profiler-ui.

Using

Installation:

npm i -S hermione-plugins-profiler

Attach

.hermione.conf.js:

// ...
plugins: {
  "hermione-plugins-profiler": {
    enabled: true,
    reportPath: "path_to_report" // default - "./plugins-profiler"
  }
}

Development

Tests

To run test:

npm run test

To run test in watch-mode:

npm run test -- --watchAll

Linters

To run linters:

npm run lint

To fix problems:

npm run fix

Release

commit

To commit changes use commands below:

git add .
npm run commit # to commit changes in interactive mode

release

npm run release

And follow instructions.

Package Sidebar

Install

npm i hermione-plugins-profiler

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

21.2 kB

Total Files

27

Last publish

Collaborators

  • egavr
  • unlok
  • sipayrt
  • xrsd