A plugin for measuring startup time with minimal performance impact.
Go to file
2016-05-20 19:44:52 +02:00
dist started using readline 2016-05-20 19:44:52 +02:00
test initial 2016-05-20 19:06:25 +02:00
ts started using readline 2016-05-20 19:44:52 +02:00
.gitignore initial 2016-05-20 19:06:25 +02:00
LICENSE Initial commit 2016-05-20 00:59:47 +02:00
package.json started using readline 2016-05-20 19:44:52 +02:00
README.md improve README 2016-05-20 01:25:17 +02:00

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();