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
- Host: GitHub
- URL: https://github.com/purinton/module-template
- Owner: purinton
- License: mit
- Created: 2025-06-12T17:27:28.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-11T15:29:04.000Z (12 months ago)
- Last Synced: 2025-09-30T02:18:20.542Z (9 months ago)
- Topics: boilerplate, ci, cjs, commonjs, continuous-integration, esm, javascript, jest, library, module, node, nodejs, npm, package, template, testing, typescript
- Language: JavaScript
- Homepage: https://discord.gg/QSBxQnX7PF
- Size: 395 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://discord.gg/QSBxQnX7PF)
## @purinton/module-template [](https://www.npmjs.com/package/@purinton/module-template)[](LICENSE)[](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:
[](https://discord.gg/QSBxQnX7PF)[](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)