https://github.com/igeligel/tooltipr-glossaries
🗂️ The collection of public glossaries used in several tooltipr sub projects 🗂️
https://github.com/igeligel/tooltipr-glossaries
glossary glossary-terms hacktoberfest hacktoberfest2022
Last synced: 9 months ago
JSON representation
🗂️ The collection of public glossaries used in several tooltipr sub projects 🗂️
- Host: GitHub
- URL: https://github.com/igeligel/tooltipr-glossaries
- Owner: igeligel
- License: other
- Created: 2021-12-05T22:15:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T21:36:02.000Z (over 3 years ago)
- Last Synced: 2025-03-13T16:17:45.775Z (about 1 year ago)
- Topics: glossary, glossary-terms, hacktoberfest, hacktoberfest2022
- Language: TypeScript
- Homepage: https://tooltipr.com/
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
tooltipr
> 🗂️ The collection of public glossaries used in several tooltipr sub projects 🗂️
## 📝 Installation instructions - For users
tooltipr-glossaries is published on npm. You can install it with the following command:
yarn
```bash
yarn add tooltipr-glossaries
```
npm
```bash
npm install tooltipr-glossaries
```
## 💻 Installation instructions - for contributors
If you want to develop and contribute to this project, or simply want to create a build of this extension you will need to have the following requirements installed on your machine:
- [Node.js v14](https://nodejs.org/)
- yarn
After that you will need to install the dependencies with:
```bash
yarn
```
## 🏗️ Build
There is one command to build the package:
```bash
yarn build
```
## 🤔 FAQ
No questions yet, so no answers 😶
## ⚖️ License
This repository is published under the Creative Commons Attribution-NonCommercial 3.0 Unported license. You can find a reference [here](https://creativecommons.org/licenses/by-nc/3.0/).