convert-to-camelcase

0.0.1 • Public • Published

convert-to-camelcase Build Status

Convert string to camelcase

Install

$ npm install --save convert-to-camelcase

Usage

var convertToCamelcase = require("convert-to-camelcase").default

convertToCamelcase("the-really-cool-app");
//=> theReallyCoolApp

Test

$ npm test

API

convertToCamelcase(str)

What does this method do?

Name Type Description
str String String to convert

Returns: String, camelcased string

var convertToCamelcase = require("convert-to-camelcase").default

convertToCamelcase("the-really-cool-app");
//=> theReallyCoolApp

License

MIT © Joe Gesualdo

Package Sidebar

Install

npm i convert-to-camelcase

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • joegesualdo