/aya

Aya will take care of console log for you.

Primary LanguageTypeScript

Aya

NPM version NPM downloads

Introduction

Aya will take care of console log for you.

preview-chrome preview-node

Install

npm i @joshua7v/aya

Usage

const { Aya } = require('@joshua7v/aya');
const aya = new Aya();

aya.trace('begin to use aya!');

Support

API docs

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Aya © joshua7v, Released under the MIT License.