Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'
- Host: GitHub
- URL: https://github.com/chinsun9/g-to-9
- Owner: chinsun9
- License: mit
- Created: 2021-08-04T06:56:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T14:27:27.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:32:32.052Z (3 months ago)
- Topics: npm, replace
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/g-to-9
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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