Home

Awesome

This package has been retired. Please use is-affirmative instead, it’s an excellent and actively maintained replacement.

is-true-ish NPM version

Build Status

Returns true if a string is tru-ish, that is, yes|y|true|t|on|1|ok, case insensitive

Install

Install with npm

npm i is-true-ish --save

Usage

Require is-true-ish:

var isTrueIsh = require('is-true-ish');
console.log(isTrueIsh('yes'));
//=> true

Issues

Please report any bugs or feature requests, and consider making a Pull Request, thanks!

Contribute

Whatever value you'd like to add to the project, we'd love to have your help! If you'd like to take a more active role, get in touch! We'd be happy to help you get started!

Pull requests

Pull requests are encouraged! This project builds its own documentation, so please remember to build the documentation with Verb before you submit your pull request! Please don't edit the readme or other docs directly, edit their respective templates instead.

Building the docs

To build the docs, first make sure verb-cli is installed globally (npm i -g verb-cli), then just follow these simple steps:

Thanks!

Author

Andreas Pizsa

License

Copyright (c) 2014 Andreas Pizsa, contributors.
Released under the MIT license.


This file was generated by verb-cli on September 21, 2014.