Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinsun9/g-to-9

replace 'g' to '9'
https://github.com/chinsun9/g-to-9

npm replace

Last synced: about 1 month ago
JSON representation

replace 'g' to '9'

Awesome Lists containing this project

README

        

# g-to-9

> replace 'g' to '9'

## Install

```sh terminal
npm install g-to-9
```

## Usage

```js example
import { gto9 } from "g-to-9";

console.log(gto9("chinsung"));
// output : 'chinsun9'
```

## Related

- [g-to-9-cli](https://github.com/chinsun9/g-to-9-cli) - CLI for this module