Process Reporter Cli is a windows cli. It is designed to report in real time the name of the foreground application being used by the current user on windows.
You need to install Node.js and yarn.
Before you start, you need to create a .env
file in the root directory of the project. The file should contain the following environment variables:
# reporter key
UPDATE_KEY=
# api url
API_URL=
# aws S3 key
S3_ACCESS_KEY=
S3_SECRET_KEY=
And after save your env file, then you can edit ./src/configs.ts
, to set your own configurations.
For development, you can run the following commands:
yarn install --ignore-engines
yarn run dev
For production
yarn install --ignore-engines
yarn run build
cd dist
## before your run it, you need to check your env file is in the dist directory
node index.js
2024 Innei, MIT