1.5.1 • Published 3 years ago

@rhymo/core v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Table Of Contents

Installation

There are several ways to install/try Rhymo:

Documentation

You can find the documentation on our website.

You can check the Getting Started page for learning more about Rhymo.

You can improve it by contributing to this repository.

Examples

import React from "react";
import { toCapitalizeCase } from "@rhymo/core";

const ExampleComponent = () => {
  return (
    <div>
      <h1>{toCapitalizeCase("hello rhymo")}</h1>
    </div>
  );
};

export default ExampleComponent;

This example returns "Hello Rhymo".

Rhymo is built with TypeScript. But is compiled to JavaScript. It still serves the autocompletions and types.

Contributing

Contribution Guidelines

Read this guideline to get a better understanding of how to contribute to Rhymo.

Code Of Conduct

We have adopted a code of conduct to keep everything clean and nice. Please make sure you read and understand it because any action that breaks any of the rules will not be tolerated.

Community

Get updates on Rhymo's development and chat with the project maintainers and community members.

License

Rhymo maintains its code by attribution under the terms of the MIT License.

See the LICENSE file for more details.

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

0.2.2

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago