easy-camelcase

1.0.3 • Public • Published

Easy CamelCase

Install

$ npm install --save easy-camelcase

Usage

import camelcase from 'easy-camelcase'

const formLabel = 'username_label'
const str = 'use camel case'
const upperFirst = 'First name'

console.log(camelcase(formLabel))
console.log(camelcase(str))
console.log(camelcase(upperFirst))

## License
MIT © [mot99]

Readme

Keywords

Package Sidebar

Install

npm i easy-camelcase

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • motevans