change-case-bundled

1.1.4 • Public • Published

Change Case Bundled

NPM version Coverage Status Known Vulnerabilities Downloads Install Size Contributors Pull Requests Welcome

A browserify bundled web-friendly version of the change-case module with other case utilities included.

Documentation

View the original documentation here.

Web Usage

<script src="change-case-bundled.min.js"></script>

<script type="text/javascript">
	changeCase.camelCase("Nice Meme"); // => "niceMeme"
</script>

Node.js Usage

const changeCase = require("change-case-bundled");

changeCase.pascalCase("Door Stuck"); // => "DoorStuck"

Installation

To install this module:

npm install change-case-bundled

Building

To build the distribution files for this module:

npm run build

Package Sidebar

Install

npm i change-case-bundled

Weekly Downloads

25

Version

1.1.4

License

MIT

Unpacked Size

146 kB

Total Files

9

Last publish

Collaborators

  • nitro404