Skip to content

Commit

Permalink
[ New Extension ] - Quantumcast (raycast#4982)
Browse files Browse the repository at this point in the history
* Add quantumcast extension

- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Update quantumcast extension

- Modified CHANGELOG (#4)
- Merge initial release 0.0.1 (#3)
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Update quantumcast extension

- Changed README
- Merge branch 'main' into devel
- Changed CHANGELOG
- Merge initial release 0.0.1 (#3)
- Prepare init release 0.0.1
- linked new icon
- Add first commands and update raycast api
- Dev (#2)
- npm update (#1)
- Added logos
- Initial project setup
- Update README.md
- Initial commit

* Update README.md

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
  • Loading branch information
jcgerhard and pernielsentikaer authored Mar 1, 2023
1 parent 4cfb33c commit 33a29a2
Show file tree
Hide file tree
Showing 14 changed files with 5,795 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/quantumcast/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
5 changes: 5 additions & 0 deletions extensions/quantumcast/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Dependencies
/node_modules

# Misc
.DS_Store
5 changes: 5 additions & 0 deletions extensions/quantumcast/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MD013": false,
"MD033": false,
"MD041": false
}
7 changes: 7 additions & 0 deletions extensions/quantumcast/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 120,
"singleQuote": true,
"arrowParens": "always",
"bracketSpacing": true,
"semi": true
}
15 changes: 15 additions & 0 deletions extensions/quantumcast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.0.1 - 2023-02-25

✨ New

- Initial release 🥳

💎 Improvements

- Initial release 🥳

🐞 Fixes

- Initial release 🥳
21 changes: 21 additions & 0 deletions extensions/quantumcast/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Jan C. Gerhard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
16 changes: 16 additions & 0 deletions extensions/quantumcast/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div align="center">
<img alt="Quantumcast Logo" src="./assets/quantumcast.png" height="128px">
<h1>quantum|cast</h1>
<h3 align="center">
A <a href="https://www.raycast.com" target="_blank" style="text-decoration: none">Raycast</a> extension tailored for
<a href="https://www.hybridsoftware.com" target="_blank" style="text-decoration: none">HYBRID Software PLC</a> engineers
</h3>
</div>
<br/>
<p align="center">
<a href="https://www.packz.com" target="_blank"><img src="https://img.shields.io/badge/Made%20for-PACKZ-C60061?style=flat-square"/></a>
<a href="https://cloudflow.hybridsoftware.com" target="_blank"><img src="https://img.shields.io/badge/Made%20for-CLOUDFLOW-1474b6?style=flat-square"/></a>
<img src="https://img.shields.io/badge/Platform-MacOS-darkgreen?style=flat-square"/>
<img src="https://img.shields.io/badge/Language-Typescript-blue?style=flat-square"/>
<img src="https://img.shields.io/badge/Library-React-lightblue?style=flat-square"/>
</p>
Binary file added extensions/quantumcast/assets/quantumcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,713 changes: 3,713 additions & 0 deletions extensions/quantumcast/graphics/quantumcast.ai

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 33a29a2

Please sign in to comment.