0.1.3 • Published 6 years ago

@nielse63/kebabcase v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@nielse63/kebabcase

Transform any string into kebab case

Installation

Install with Yarn or npm

yarn add --dev @nielse63/kebabcase
npm install --dev @nielse63/kebabcase

Usage

const kebabcase = require('@nielse63/kebabcase');

const output = kebabcase('SomeStringOfMine');
// "some-string-of-mine"

Contributing

Development Setup

This project uses a monorepo setup that requires using Yarn because it relies on Yarn workspaces. Clone the repo and install the dependencies:

git clone https://github.com/nielse63/nielse63.git
cd nielse63
yarn

License

MIT © Erik Nielsen