@joshua7v/aya
v0.0.13
Published
Aya will take care of console log for you.
Downloads
2
Readme
Aya
Introduction
Aya will take care of console log for you.
Install
npm i @joshua7v/aya
Usage
const { Aya } = require('@joshua7v/aya');
const aya = new Aya();
aya.trace('begin to use aya!');
Support
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D