1.0.4 • Published 3 years ago

camel-it v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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!

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago