@archoleat/slugger
Version:
Transliterates Cyrillic to Latin
41 lines (27 loc) • 1.35 kB
Markdown
# Archoleat Slugger






## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Installation
```shell
bun i -D @archoleat/slugger
```
## Usage
```js
import { slugger } from '@archoleat/slugger';
const url = await slugger('Кто такой фронтенд-разработчик и как им стать');
console.log(url) // kto-takoj-frontend-razrabotchik-i-kak-im-stat'
```
## Contributing
Please read [**CONTRIBUTING**](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md)
to start contributing.
## License
This project is licensed under the [**MIT license**](LICENSE).