queue/README.md

56 lines
1.7 KiB
Markdown
Raw Normal View History

2020-11-11 17:17:37 +00:00
# Queue
> A WebExtension for queueing links.
[![Get Queue for Firefox](./images/mozilla-addons.png)](https://addons.mozilla.org/firefox/addon/holllo-queue)
[![Get Queue for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/queue/epnbikemcmienphlfmidkimpjnmohcbl)
[![Get Queue for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/queue/aanjampfdpcnhoeglmfefmmegdbifaak)
2020-11-20 13:58:32 +00:00
2022-03-21 12:47:10 +00:00
![Queue 0.2.2](./images/queue-version-0-2-2.png)
2020-11-20 13:58:32 +00:00
2022-03-20 13:18:30 +00:00
## Wiki
Want to find out more about Queue? Check out [the wiki].
[the wiki]: https://github.com/Holllo/queue/wiki
2020-11-20 13:58:32 +00:00
## Installation
2022-03-23 12:24:22 +00:00
You can install Queue through the stores linked above, [installing from a file] (see [the Releases page] for a prebuilt version) or building [from source](#development).
2022-03-05 13:10:45 +00:00
[installing from a file]: https://support.mozilla.org/en-US/kb/find-and-install-add-ons-add-features-to-firefox#w_how-do-i-find-and-install-add-ons
[the Releases page]: https://github.com/Holllo/queue/releases
2020-11-20 13:58:32 +00:00
## Development
2022-03-05 13:10:45 +00:00
To build Queue you will need [git], [NodeJS] and [pnpm]. Then from a terminal, run the following commands.
[git]: https://git-scm.com
[NodeJS]: https://nodejs.org
[pnpm]: https://pnpm.io
2020-11-20 13:58:32 +00:00
2022-03-05 13:10:45 +00:00
```sh
# Step 1. Download the repository with Git.
git clone https://github.com/Holllo/queue
cd queue
2020-11-20 13:58:32 +00:00
2022-03-05 13:10:45 +00:00
# Step 2. Install the dependencies.
pnpm install
2020-11-20 13:58:32 +00:00
2022-03-05 13:10:45 +00:00
# Step 3. Start an auto-reloading browser instance for development.
pnpm start
2020-11-20 13:58:32 +00:00
2022-03-05 13:10:45 +00:00
# Step 4. Lint the code and run tests.
pnpm test
# Step 5. Build the WebExtension for production.
# See the web-ext-artifacts directory for output.
pnpm build
```
2020-11-20 13:58:32 +00:00
2020-11-11 17:17:37 +00:00
## License
2022-03-05 13:10:45 +00:00
Queue is open-sourced with the [AGPL-3.0-or-later] license.
[AGPL-3.0-or-later]: https://github.com/Holllo/queue/blob/main/LICENSE