An open API service indexing awesome lists of open source software.

https://github.com/satyarohith/deno-title

Capitalize your titles as per The Chicago Manual of Style.
https://github.com/satyarohith/deno-title

deno deno-module javascript titlecase typescript

Last synced: 2 months ago
JSON representation

Capitalize your titles as per The Chicago Manual of Style.

Awesome Lists containing this project

README

          

# deno-title

Capitalize your titles as per [The Chicago Manual of Style](http://www.chicagomanualofstyle.org).

> This is a port of npm package [`title`](http://npm.im/title).

## Usage

```ts
import title from 'https://deno.land/x/title/mod.ts'

console.log(title("deno - a new way to javascript"))
// Deno - A New Way to JavaScript
```

## Credits

Thanks to the authors of [`title`](http://npm.im/title).