1.2.0 • Published 3 years ago

pierredubosq-aphrodite v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Aphrodite

Culture

Aphrodite is a Greek goddess of love, desire and beauty

What is Aphrodite?

Aphrodite is a tool for printing logs

Usage

Install

NPM

npm install pierredubosq-aphrodite

Yarn

yarn add pierredubosq-aphrodite

Use

import Aphrodite from 'pierredubosq-aphrodite';

const main = (): void => {
    Aphrodite.debug('This is a debug message.');
    Aphrodite.error('This is an error message.');
    Aphrodite.info('This is an information message.');
    Aphrodite.warn('This is a warning message.');
}

main();

Output Example

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributing

You can contribute to this project by opening issues or pull requests.

1.2.0

3 years ago

1.1.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago