# <%- project.slug %>

<%- project.description %>

## Installation

```sh
npm install <%- project.slug %>
```

## Usage

```js
import <%- project.name %> from "<%- project.slug %>";

// ...

const result = await <%- project.name %>.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
