Exzyle-Demotivational is a utility
that provides nihilistic and depressing messages
allowing developers
to have some fun appending to error messages
.
Thanks to joranE/demotivr for demotivationals and discouragement ๐.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node
To install exzyle-demotivational, follow these steps:
Using npm
:
npm i exzyle-demotivational
Using yarn
:
yarn add exzyle-demotivational
To use exzyle-demotivational, simply require
or import
the module.
Using node
const { demotivate } = require('exzyle-demotivational');
throw new Error(`Missing required parameters. ${demotivate()}`);
Using typescript
import { demotivate } as from 'exzyle-demotivational';
throw new Error(`Missing required parameters. ${demotivate()}`);
To contribute to exzyle-demotivational, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
- @exzyle ๐ป๐
โ ๏ธ
If you want to contact me you can reach me on TradingView @ExZyle.
Alternatively try reaching out on twitter @ExzyleFreedom.
This project uses the following license: GNU General Public License version 3.