Skip to content

Commit

Permalink
chore: merge pull request #105 from threeal/rename-to-nodejs-starter
Browse files Browse the repository at this point in the history
Rename to Node.js Starter
  • Loading branch information
threeal authored Sep 21, 2023
2 parents efe702d + 956ab0c commit 54b67c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
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.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <threeal@github.com>",
"type": "module",
Expand Down

0 comments on commit 54b67c8

Please sign in to comment.