1.1.0 โ€ข Published 5 months ago

toodles v1.1.0

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

ย 

โš™๏ธ Installing

# With npm
npm i toodles

# With yarn
yarn add toodles

# With pnpm
pnpm add toodles

๐Ÿ“š Documentation

Toodles is an ESM-only package, meaning you cannot use require() statements for importing it. You will have to stick to the import/export format.

Start by importing the Toodles class.

import Toodles from "toodles";

All the log functions are static class fields of this class.

  • plain(message)

    returns: void

    Print a plain message (same as console.log)

  • error(message)

    returns: void

    Print an error message

  • success(message)

    returns: void

    Print a success message

  • info(message)

    returns: void

    Print an info message

  • warn(message)

    return: void

    Print a progress message

  • progress(message)

    return: void

    Print a progress message

ย 

๐Ÿ“œ License

Toodles is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the LICENSE.

1.1.0

5 months ago

1.0.0

11 months ago