1.2.1 • Published 7 months ago

@crowlog/pretty v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Crowlog - Pretty

This package is a CLI tool to pretty print the logs of a Crowlog logger.

log-screenshot

Installation

# pnpm 
pnpm install -D @crowlog/pretty

# npm
npm install -D @crowlog/pretty

# yarn
yarn add -D @crowlog/pretty

Usage

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-pretty

Or 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.

1.2.1

7 months ago

1.2.0

7 months ago

1.1.1

9 months ago

1.1.0

9 months ago