1.2.0 • Published 3 years ago
pierredubosq-aphrodite v1.2.0
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();
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.