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

https://github.com/2ue/react-tribute-mention

a mention component based on tributejs
https://github.com/2ue/react-tribute-mention

Last synced: 5 months ago
JSON representation

a mention component based on tributejs

Awesome Lists containing this project

README

          

# react-tribute-mention

[![NPM version](https://img.shields.io/npm/v/react-tribute-mention?color=a1b858&label=)](https://www.npmjs.com/package/react-tribute-mention)

## Usage

- Search and replace all `pkg-name` to `what-you-want-package-name`
- Update [\_theme.tsx](./docs-demo/pages/_theme.tsx) package href, remove useless navs
- Update or remove test cases
- Add description to [package.json](./package.json)
- Add some keywords to [package.json](./package.json)
- Update the author information, like name, link, FUNDING etc.

Finally, you can remove the [usage section](#usage) completely.

## Build & Publish

- `npm run build`
- `npx changeset`
- `npx changeset version`
- `git commit`
- `npx changeset publish`
- `git push --follow-tags`

> [`changeset` prerelease doc](https://github.com/changesets/changesets/blob/main/docs/prereleases.md)

## License

[MIT](./LICENSE) License © 2022 [Yuns](https://github.com/yunsii)