0.2.0 • Published 5 years ago

negate-sentence v0.2.0

Weekly downloads
27
License
MIT
Repository
github
Last release
5 years ago

negate-sentence

npm build

Negate Sentence

Table of Contents

Background

It takes a sentence, e.g. is positive and returns the negation is not positive. It's based on simple string manipulation, nothing fancy, it wasn't tested on more complex sentences. It was created to remove some repetition in a template engine.

Install

npm install negate-sentence

Usage

const negate = require('negate-sentence')
const sentence = negate('is negative')
console.log(sentence) // 'is not negative'

Maintainers

@emilos.

Contributing

Please feel free to send PRs that improve the lib.

License

MIT