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

https://github.com/purinton/module-template

Minimal Node.js module template
https://github.com/purinton/module-template

boilerplate ci cjs commonjs continuous-integration esm javascript jest library module node nodejs npm package template testing typescript

Last synced: 6 months ago
JSON representation

Minimal Node.js module template

Awesome Lists containing this project

README

          

# [![Purinton Dev](https://purinton.us/logos/brand.png)](https://discord.gg/QSBxQnX7PF)

## @purinton/module-template [![npm version](https://img.shields.io/npm/v/@purinton/module-template.svg)](https://www.npmjs.com/package/@purinton/module-template)[![license](https://img.shields.io/github/license/purinton/module-template.svg)](LICENSE)[![build status](https://github.com/purinton/module-template/actions/workflows/nodejs.yml/badge.svg)](https://github.com/purinton/module-template/actions)

> A module-template for Node.js (Insert Brief Description)

---

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [ESM Example](#esm-example)
- [CommonJS Example](#commonjs-example)
- [API](#api)
- [TypeScript](#typescript)
- [License](#license)

## Features

## Installation

```bash
npm install @purinton/module-template
```

## Usage

### ESM Example

```js
// Example for ESM (module JS) usage

```

### CommonJS Example

```js
// Example for CommonJS usage

```

## API

### method1 signature

description

### method2 signature

description

... etc ...

## TypeScript

Type definitions are included:

```ts

```

## Support

For help, questions, or to chat with the author and community, visit:

[![Discord](https://purinton.us/logos/discord_96.png)](https://discord.gg/QSBxQnX7PF)[![Purinton Dev](https://purinton.us/logos/purinton_96.png)](https://discord.gg/QSBxQnX7PF)

**[Purinton Dev on Discord](https://discord.gg/QSBxQnX7PF)**

## License

[MIT © 2025 Russell Purinton](LICENSE)

## Links

- [GitHub](https://github.com/purinton/module-template)
- [npm](https://www.npmjs.com/package/@purinton/module-template)
- [Discord](https://discord.gg/QSBxQnX7PF)