Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schne324/myspace-case
https://github.com/schne324/myspace-case
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schne324/myspace-case
- Owner: schne324
- Created: 2019-12-23T02:16:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:31:51.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:24:49.291Z (9 months ago)
- Language: JavaScript
- Size: 682 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
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
```