camel-it

Turn normal strings into camelCase strings!


Keywords
strings, camelCase, javascript, nodejs, npm, npm-module, npm-package
License
ISC
Install
npm install camel-it@1.0.4

Documentation

camel-it

NPM package to turn a string into camel case!

Usage

  • npm i camel-it
  • const camelIt = require('camel-it');
  • camelIt(yourStringHere);

Example

const camelIt = require('camel-it');
console.log(camelIt('hey there this is a normal string'));
// heyThereThisIsANormalString

about to update this package! hehe