From bf34661b8f3010c96824b75fbf999290e8e3adc8 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 21 Sep 2023 11:50:58 +0700 Subject: [PATCH 1/2] docs(readme): rename project title and description to Node.js Starter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e6d4ea..3876a01 100644 --- a/README.md +++ b/README.md @@ -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) -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. From 956ab0c71773b9d26ecca13a4accea56615651f1 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 21 Sep 2023 11:55:16 +0700 Subject: [PATCH 2/2] docs: update GitHub url to `github.com/threeal/nodejs-starter` --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3876a01..87de0c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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.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. diff --git a/package.json b/package.json index 242e409..f619dca 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "keyword", "other-keyword" ], - "homepage": "https://github.com/threeal/node-ts-starter#readme", + "homepage": "https://github.com/threeal/nodejs-starter#readme", "bugs": { - "url": "https://github.com/threeal/node-ts-starter/issues", + "url": "https://github.com/threeal/nodejs-starter/issues", "email": "threeal@github.com" }, - "repository": "github:threeal/node-ts-starter", + "repository": "github:threeal/nodejs-starter", "license": "Unlicense", "author": "threeal ", "type": "module",