Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schne324/myspace-case


https://github.com/schne324/myspace-case

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# mYsPaCe cAsE [![CircleCI](https://circleci.com/gh/schne324/myspace-case.svg?style=svg)](https://circleci.com/gh/schne324/myspace-case)

Convert strings to annoying myspace case strings

```sh
npm install myspace-case
```

```js
const myspaceCase = require('myspace-case')
console.log(
myspaceCase('supercalifragilisticexpialidocious')
)
// sUpErCaLiFrAgIlIsTiCeXpIaLiDoCiOuS
```