Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emberjs/ember-string
Ember addon with String-related utilities
https://github.com/emberjs/ember-string
ember ember-addon emberjs
Last synced: 4 days ago
JSON representation
Ember addon with String-related utilities
- Host: GitHub
- URL: https://github.com/emberjs/ember-string
- Owner: emberjs
- License: mit
- Created: 2017-08-04T23:21:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T20:48:16.000Z (6 months ago)
- Last Synced: 2024-10-29T15:44:45.718Z (about 2 months ago)
- Topics: ember, ember-addon, emberjs
- Language: TypeScript
- Homepage: https://github.com/emberjs/rfc-tracking/issues/26
- Size: 1.19 MB
- Stars: 6
- Watchers: 11
- Forks: 15
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
@ember/string [![CI Build](https://github.com/emberjs/ember-string/actions/workflows/ci-build.yml/badge.svg)](https://github.com/emberjs/ember-string/actions/workflows/ci-build.yml)
==============================================================================A set of utilities to transform strings extracted from the core of Ember.
Compatibility
------------------------------------------------------------------------------* Ember.js v3.28 or above
* Ember CLI v3.28 or above
* ember-auto-import v2 or aboveInstallation
------------------------------------------------------------------------------```
ember install @ember/string
```Usage
------------------------------------------------------------------------------This package provides the following imports:
```javascript
import {
camelize,
capitalize,
classify,
dasherize,
decamelize,
underscore,
w,
} from '@ember/string'
```For more documentation, consult https://emberjs.com/api/ember/release/classes/String.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).