Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmkasendwa/rmk-js-extensions
https://github.com/rmkasendwa/rmk-js-extensions
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmkasendwa/rmk-js-extensions
- Owner: rmkasendwa
- License: mit
- Created: 2022-12-20T11:05:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T20:19:53.000Z (8 months ago)
- Last Synced: 2024-10-19T14:08:56.910Z (25 days ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF-CONDUCT.md
Awesome Lists containing this project
README
infinite-debugger/rmk-js-extensions
## Installation
infinite-debugger/rmk-js-extensions is available as an [npm package](https://www.npmjs.com/package/@infinite-debugger/rmk-js-extensions).
```sh
// with npm
npm install @infinite-debugger/rmk-js-extensions// with yarn
yarn add @infinite-debugger/rmk-js-extensions
```## Usage
Here is a quick example to get you started, **it's all you need**:
```ts
import '@infinite-debugger/rmk-js-extensions/String';
```## Contributing
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the utility library.
## Changelog
If you have recently updated, please read the [changelog](https://github.com/rmkasendwa/rmk-utils/releases) for details of what has changed.
## License
This project is licensed under the terms of the
[MIT license](/LICENSE).