2.2.4 • Published 4 years ago

is-chanon v2.2.4

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

is-chanon

NPM npm semantic-release

A simple stateless function to determine whether a string contains my name (Chanon) or not.

This is more of a parody module to help me test out best practices with CI/CD, npm publishing, and semantic versioning.

Usage

Install the package

yarn add is-chanon

Use the package as needed

const isChanon = require("is-chanon");

isChanon("Chanon"); // true
isChanon("chanon"); // true
isChanon("Charles"); // false
isChanon("channon"); // false

Testing

Install dependencies

yarn

Run the Jest tests

yarn test

Contributing

Feel free to open up a PR and contribute to this great npm package.

2.2.4

4 years ago

2.2.3

4 years ago

2.2.1

4 years ago

2.2.2

4 years ago

2.1.2

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.0.2

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago