to-camel-case

WebJar for to-camel-case

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

to-camel-case
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

to-camel-case
WebJar for to-camel-case
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/ianstormtaylor/to-camel-case

Скачать to-camel-case

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/to-camel-case/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>to-camel-case</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/to-camel-case/
implementation 'org.webjars.npm:to-camel-case:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/to-camel-case/
implementation ("org.webjars.npm:to-camel-case:1.0.0")
'org.webjars.npm:to-camel-case:jar:1.0.0'
<dependency org="org.webjars.npm" name="to-camel-case" rev="1.0.0">
  <artifact name="to-camel-case" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='to-camel-case', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "to-camel-case" % "1.0.0"
[org.webjars.npm/to-camel-case "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : to-space-case jar [1.0.0,2)

Модули Проекта

Данный проект не имеет модулей.

to-camel-case Build Status

Convert a string to a camel case. Part of the series of case helpers.

Installation

$ npm install to-camel-case

Thanks to @Nami-Doc for graciously giving up the npm package name!

Example

var toCamelCase = require('to-camel-case')

toCamelCase('space case')  // "spaceCase"
toCamelCase('snake_case')  // "snakeCase"
toCamelCase('dot.case')    // "dotCase"
toCamelCase('weird[case')  // "weirdCase"

API

toCamelCase(string)

Returns the string converted to camel case.

License

The MIT License (MIT)

Copyright © 2016, Ian Storm Taylor

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Версии библиотеки

Версия
1.0.0