1.0.4 • Published 2 years ago

camel-it v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago