1.1.4 • Published 4 years ago

is-good-or-bad v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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
1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago