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

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

:apple: A starter template for node projects.
https://github.com/ntnyq/node-starter

Last synced: 6 months ago
JSON representation

:apple: A starter template for node projects.

Awesome Lists containing this project

README

          

# node-starter

[![CI](https://github.com/ntnyq/node-starter/workflows/CI/badge.svg)](https://github.com/ntnyq/node-starter/actions)
[![NPM VERSION](https://img.shields.io/npm/v/node-starter.svg)](https://www.npmjs.com/package/node-starter)
[![NPM DOWNLOADS](https://img.shields.io/npm/dy/node-starter.svg)](https://www.npmjs.com/package/node-starter)
[![CODECOV](https://codecov.io/github/ntnyq/node-starter/branch/main/graph/badge.svg)](https://codecov.io/github/ntnyq/node-starter)
[![LICENSE](https://img.shields.io/github/license/ntnyq/node-starter.svg)](https://github.com/ntnyq/node-starter/blob/main/LICENSE)

A starter template for node projects.

## Install

```shell
npm install node-starter
```

```shell
yarn add node-starter
```

```shell
pnpm add node-starter
```

## License

[MIT](./LICENSE) License © 2025-PRESENT [ntnyq](https://github.com/ntnyq)