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

https://github.com/mys1024/starter-node

A Node.js package starter template.
https://github.com/mys1024/starter-node

nodejs package starter template typescript

Last synced: about 1 month ago
JSON representation

A Node.js package starter template.

Awesome Lists containing this project

README

          

# starter-node

[![license](https://img.shields.io/github/license/mys1024/starter-node)](./LICENSE)
[![npm-version](https://img.shields.io/npm/v/starter-node?color=%23cb3837)](https://www.npmjs.com/package/starter-node)
[![workflow-ci](https://img.shields.io/github/actions/workflow/status/mys1024/starter-node/ci.yml?label=ci)](https://github.com/mys1024/starter-node/actions/workflows/ci.yml)
[![workflow-release](https://img.shields.io/github/actions/workflow/status/mys1024/starter-node/release.yml?label=release)](https://github.com/mys1024/starter-node/actions/workflows/release.yml)
[![codecov](https://codecov.io/gh/mys1024/starter-node/graph/badge.svg?token=nRaMsQAh1N)](https://codecov.io/gh/mys1024/starter-node)

A Node.js package starter template.

## Checklist

When you use this template, try follow the checklist to update your information:

- [ ] Globally replace `mys1024` with your name.
- [ ] Globally replace `starter-node` with your package name.

## License

[MIT](./LICENSE) License © 2025-PRESENT mys1024