@liborw/pi-startup-time
v0.1.0
Published
pi package that measures startup time and shows the latest reading in the status line
Readme
pi-startup-time
A small pi package that measures startup time and shows the latest reading in the status bar.
Install
pi install npm:@liborw/pi-startup-timeOr use the GitHub repo directly:
pi install git:github.com/liborw/pi-startup-timeWhat it does
- Measures startup time on
session_start - Shows the result in the footer status line
- Adds
/startup-timeto display the latest recorded value
Package contents
src/index.ts- pi extension entry point
Development
pi -e ./src/index.tsPublishing
GitHub Actions publishes to npm automatically when you push a v* tag or publish a GitHub release.
Set the repository secret NPM_TOKEN before using the workflow.
