-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge pull request #105 from
threeal/rename-to-nodejs-starter
Rename to Node.js Starter
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Node.ts Starter | ||
# Node.js Starter | ||
|
||
[![CI status](https://img.shields.io/github/actions/workflow/status/threeal/node-ts-starter/ci.yaml?branch=main&label=CI&style=flat-square)](https://github.com/threeal/node-ts-starter/actions/workflows/test.yaml) | ||
[![CI status](https://img.shields.io/github/actions/workflow/status/threeal/nodejs-starter/ci.yaml?branch=main&label=CI&style=flat-square)](https://github.com/threeal/nodejs-starter/actions/workflows/ci.yaml) | ||
|
||
Kickstart your [Node](https://nodejs.org/en)-[TypeScript](https://www.typescriptlang.org/) project with this [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template). This repository provides a minimalistic template for Node.js, featuring support for TypeScript compilation, [Prettier](https://prettier.io/) for code formatting, [ESLint](https://eslint.org/) for static linting, and [Jest](https://jestjs.io/) for testing. | ||
Kickstart your [Node.js](https://nodejs.org/en) project using this [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template). This repository provides a minimalistic template for Node.js, featuring support for [TypeScript](https://www.typescriptlang.org/) compilation, [Prettier](https://prettier.io/) for code formatting, [ESLint](https://eslint.org/) for static linting, and [Jest](https://jestjs.io/) for testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters