is-good-or-bad

1.1.4 • Public • Published

is-good-or-bad

EVERYTHING'S RELATIVE

А library that helps to determine whether it is good or bad.

Git NPM

Installation

  • In your project run the command yarn add is-good-or-bad or npm install is-good-or-bad
  • Import in project
import isGoodOrBad, { isGood } from 'is-good-or-bad';

Exapmles

isGood('Mom') // always true, it's exception
 
isGoodOrBad('War') // War is bad
 
isBad('My cat') // return false

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.

Our application is not used:

Release notes

v. 1.1.4

  • fix isBad function

v. 1.1.3

  • hotfix

v. 1.1.2

  • add exception
  • add more companies that do not use our application

v. 1.1.1

  • add info about who is not used our app

v. 1.1.0

  • add function: isGood, isBad
  • rename isGood to isGoodOrBad
  • add README

v. 1.0.0

  • init project

Package Sidebar

Install

npm i is-good-or-bad

Weekly Downloads

2

Version

1.1.4

License

ISC

Unpacked Size

2.76 kB

Total Files

3

Last publish

Collaborators

  • ilovemymom