A plugin for measuring startup time with minimal performance impact.
dist | ||
test | ||
ts | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
package.json | ||
README.md |
early
nice module loading animation for modules that need a little starting time.
note: this package is NOT READY YET
import * as early from "early";
early.start();
// do your loading stuff
early.stop();