1.2.1 • Published 7 months ago
@crowlog/pretty v1.2.1
Crowlog - Pretty
This package is a CLI tool to pretty print the logs of a Crowlog logger.

Installation
# pnpm
pnpm install -D @crowlog/pretty
# npm
npm install -D @crowlog/pretty
# yarn
yarn add -D @crowlog/prettyUsage
Just pipe the logs to the crowlog-pretty command:
# using node
node index.js | npx crowlog-pretty
# using tsx
tsx watch index.ts | npx crowlog-prettyOr in your package.json:
"scripts": {
// using node
"dev": "node index.js | crowlog-pretty",
// using tsx
"dev": "tsx watch index.ts | crowlog-pretty",
},Contributing
This project is open to contributions. If you have any suggestions, please open an issue or a PR.
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Credits
This project is crafted with ❤️ by Corentin Thomasset. If you find this project helpful, please consider supporting my work.