Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

naming-convention-transfer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naming-convention-transfer

Change your naming convention freely!

  • 1.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

build size npm license

Naming Convention Transfer

ke-bab! s_nake! caMel! PasCal!
Transfer your naming convention for each case!

Installation

npm (commonjs)

npm install naming-convention-transfer

browser (iife)

Please download this file.
And embed script tag in your document.

<script src="./dist/naming-convention-transfer.js"></script>

Example

Nodejs

import { pascalToSnake } from 'naming-convention-transfer';

pascalToSnake('NamingConventionTransfer') === 'naming_convention_transfer';

Browser

NamingConventionTransfer.camelToKebab('namingConventionTransfer') === 'naming-convention-transfer';

API

NameDescription
kebabToSnakeTransfer from kebab-case to snake_case
kebabToCamelTransfer from kebab-case to camelCase
kebabToPascalTransfer from kebab-case to PascalCase
snakeToKebabTransfer from snake_case to kebab-case
snakeToCamelTransfer from snake_case to camelCase
snakeToPascalTransfer from snake_case to PascalCase
camelToPascalTransfer from camelCase to PascalCase
camelToKebabTransfer from camelCase to kebab-case
camelToSnakeTransfer from camelCase to snake_case
pascalToCamelTransfer from PascalCase to camelCase
pascalToKebabTransfer from PascalCase to kebab-case
pascalToSnakeTransfer from PascalCase to snake_case

Keywords

FAQs

Package last updated on 05 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc