Quick Start

To get started with ts-better-console, you can follow the installation instructions below. Once installed, you can start using the enhanced logging features in your TypeScript projects.

Installation

You can install ts-better-console using bun, npm, or yarn:

npm install ts-better-console

After installing, you can import and use the library in your TypeScript files to enhance your console logging experience.

Quick Sample

import betterConsole from "ts-better-console";

betterConsole.("Hello, World!", { foo: "bar" });

// Output
Hello, World! { foo: "bar" }

Explore More!

This is just a quick start guide to get you up and running with ts-better-console. The library offers many more features and customization options to enhance your logging experience. Be sure to check out the full documentation for more details and examples on how to make the most of ts-better-consolein your projects.

Want to support this project?

If you find ts-better-console useful and want to support its development, consider starring the GitHub repository or buying me a coffee! Your support helps me dedicate more time to improving the library and adding new features.

Want to contribute to this project?

Contributions are welcome! If you're interested in improving the library, fixing bugs, or adding new features, feel free to check out the GitHub repository and submit a pull request. Whether you're a seasoned developer or new to open source, your contributions can make a difference!