Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ospoon/key-prompt
An extension that displays the keys being operated.
https://github.com/ospoon/key-prompt
Last synced: 8 days ago
JSON representation
An extension that displays the keys being operated.
- Host: GitHub
- URL: https://github.com/ospoon/key-prompt
- Owner: OSpoon
- Created: 2024-07-15T10:02:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T05:32:44.000Z (3 months ago)
- Last Synced: 2024-10-12T00:39:21.214Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# key-prompt
> An extension that displays the keys being operated.
https://github.com/user-attachments/assets/0ac36402-8086-43e5-a8cd-d5cffa3b9568
## Scripts Available
In the project directory, you can run:
### npm dev
```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```### npm start
```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
npm start
```### npm build
```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```## Learn More
You can learn more in the [Extension.js](https://extension.js.org) documentation.