g4rcez / log-parser

POC to parse logs and interact with actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log-parser

Development

This project use NodeJS 18.12.1 and Yarn. I recommend to use volta to setup your NodeJS environment.

You need to install the dependencies, just use this command:

yarn install

To use the log-parser, just run

yarn parser # or if you need to use a different file
yarn parser /path/to/your file

Feel free to edit the code!

Tests

I'm using Vitest as a test runner.

yarn tests

About

POC to parse logs and interact with actions


Languages

Language:TypeScript 100.0%