Skip to content

Commit

Permalink
chore: set project name
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Feb 24, 2023
1 parent d04f9ca commit d00c1d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
issuehunt: RebeccaStevens/template-typescript-node-package
issuehunt: RebeccaStevens/typedoc-plugin-require-tags
ko_fi: rebeccastevens
custom: https://github.com/RebeccaStevens/template-typescript-node-package/blob/main/DONATIONS.md
custom: https://github.com/RebeccaStevens/typedoc-plugin-require-tags/blob/main/DONATIONS.md
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">

# Template for a Node Package using TypeScript
# typedoc-plugin-require-tags

[![npm version](https://img.shields.io/npm/v/__package_name__.svg)](https://www.npmjs.com/package/__package_name__)
[![CI](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/template-typescript-node-package/actions/workflows/release.yml)
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/template-typescript-node-package)\
[![npm version](https://img.shields.io/npm/v/typedoc-plugin-require-tags.svg)](https://www.npmjs.com/package/typedoc-plugin-require-tags)
[![CI](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/actions/workflows/release.yml)
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/typedoc-plugin-require-tags/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/typedoc-plugin-require-tags)\
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![GitHub Discussions](https://img.shields.io/github/discussions/RebeccaStevens/template-typescript-node-package?style=flat-square)](https://github.com/RebeccaStevens/template-typescript-node-package/discussions)
[![BSD 3 Clause license](https://img.shields.io/github/license/RebeccaStevens/template-typescript-node-package.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
[![GitHub Discussions](https://img.shields.io/github/discussions/RebeccaStevens/typedoc-plugin-require-tags?style=flat-square)](https://github.com/RebeccaStevens/typedoc-plugin-require-tags/discussions)
[![BSD 3 Clause license](https://img.shields.io/github/license/RebeccaStevens/typedoc-plugin-require-tags.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)

Expand All @@ -21,11 +21,11 @@

```sh
# Install with npm
npm install -D __package_name__
npm install -D typedoc-plugin-require-tags

# Install with pnpm
pnpm add -D __package_name__
pnpm add -D typedoc-plugin-require-tags

# Install with yarn
yarn add -D __package_name__
yarn add -D typedoc-plugin-require-tags
```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "__package_name__",
"name": "typedoc-plugin-require-tags",
"version": "0.0.0-development",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://github.com/RebeccaStevens/template-typescript-node-package#readme",
"homepage": "https://github.com/RebeccaStevens/typedoc-plugin-require-tags#readme",
"bugs": {
"url": "https://github.com/RebeccaStevens/template-typescript-node-package/issues"
"url": "https://github.com/RebeccaStevens/typedoc-plugin-require-tags/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RebeccaStevens/template-typescript-node-package"
"url": "git+https://github.com/RebeccaStevens/typedoc-plugin-require-tags"
},
"license": "BSD-3-Clause",
"author": {
Expand Down

0 comments on commit d00c1d2

Please sign in to comment.