teno
v0.0.9
Published
Terminal Notifications
Downloads
25
Maintainers
Readme
Teno
Terminal Notifications
Table of Contents
Features
- Simple, square terminal alerts.
- Customize the alert box environment with the
teno.configure
method.
Installation
In your terminal, navigate to the directory where your project is located and type the following command:
npm install teno
Usage
[!NOTE] Teno is still under development, so there may be errors and bugs. You can report these at https://github.com/ahmetcanisik/teno/issues.
import teno from 'teno';
teno.log("Update Available! 0.0.1 -> 0.0.2");
Contributing
We welcome contributions! Please follow these steps to contribute:
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature.
- Commit your changes:
git commit -m 'Add new feature'
. - Push to your branch:
git push origin feature/your-feature
. - Open a Pull Request.
Goals
- Themes section will be added to TenoConfig. And the user will be able to choose any of the existing themes.
- Bubble theme will be added. A bubble shaped like a speech bubble.
License
This project is licensed under the MIT License.
Contact
For questions or suggestions, please email us at [email protected].