Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanburnette/end-sentence-punctuation
For when I'm annoyed that sentences don't have punctuation.
https://github.com/ryanburnette/end-sentence-punctuation
Last synced: 22 days ago
JSON representation
For when I'm annoyed that sentences don't have punctuation.
- Host: GitHub
- URL: https://github.com/ryanburnette/end-sentence-punctuation
- Owner: ryanburnette
- License: isc
- Created: 2020-05-22T14:14:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T20:58:06.000Z (over 4 years ago)
- Last Synced: 2024-12-20T03:43:04.301Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [end-sentence-punctuation](https://github.com/ryanburnette/end-sentence-punctuation)
[![repo](https://img.shields.io/badge/repository-Github-black.svg?style=flat-square)](https://github.com/ryanburnette/end-sentence-punctuation) [![npm](https://img.shields.io/badge/package-NPM-green.svg?style=flat-square)](https://www.npmjs.com/package/@ryanburnette/end-sentence-punctuation)
For when I'm annoyed that sentences don't have punctuation.
```js
var punctuate = require('@ryanburnette/end-sentence-punctuation');
punctuate('Hello world');
// Hello world.
```