Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nick22985/mclogcleanup
This npm cli gets rid of all errors, chat colors/hex colors and makes a readble log minecraft log file
https://github.com/nick22985/mclogcleanup
cleanup log log-file minecraft
Last synced: 13 days ago
JSON representation
This npm cli gets rid of all errors, chat colors/hex colors and makes a readble log minecraft log file
- Host: GitHub
- URL: https://github.com/nick22985/mclogcleanup
- Owner: nick22985
- License: mit
- Created: 2021-12-25T12:50:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T21:55:20.000Z (over 1 year ago)
- Last Synced: 2024-09-19T11:06:09.170Z (about 2 months ago)
- Topics: cleanup, log, log-file, minecraft
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nick22985/mclogcleanup
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@nick22985/mclogcleanup
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/nick22985/mclogcleanup.svg)](https://github.com/nick22985/mclogcleanup/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/nick22985/mclogcleanup.svg)](https://github.com/nick22985/mclogcleanup/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![wakatime](https://wakatime.com/badge/github/nick22985/mcLogCleanUp.svg)](https://wakatime.com/badge/github/nick22985/mcLogCleanUp)---
CLI to clean up log files from minecraft java server.
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)This CLI takes minecraft log files and cleans them up. It removes all the error and leaves pure chat. It also get rid of all the annoying colour codes and hex codes in the text so it is readable to a human
npm package https://www.npmjs.com/package/@nick22985/mclogcleanup
### Prerequisites
What things you need to install the software and how to install them.
```
nodeJs (https://nodejs.org/en/)
```### Installing
A step by step series of examples that tell you how to get a development env running.
You can install the cli by doing npm i -g @nick22985/mclogcleanup. Then it will be accesable by doing mcmclogcleanup -p {logFile path}
```
mcmclogcleanup -p ./log.log
```This will create a file in the same directory as the log file called name_cleanup.log.
```
mcmclogcleanup -p ./log.logWill create a file called
./log_cleaned.log
```### Command Alliases
mclog
mcCleanup```
mcmclogcleanup -p {logFile path}
```- [NodeJs](https://nodejs.org/en/) - Server Environment
- [@nick22985](https://github.com/nick22985) - Idea & Initial work