Skip to content

zeallot/is-good-or-bad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published