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.
- Host: GitHub
- URL: https://github.com/satyarohith/deno-title
- Owner: satyarohith
- License: mit
- Created: 2020-06-06T20:34:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T14:54:33.000Z (about 6 years ago)
- Last Synced: 2025-03-30T12:11:29.375Z (over 1 year ago)
- Topics: deno, deno-module, javascript, titlecase, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).