Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyaggah/bedframe
Your Browser Extension Development Framework
https://github.com/nyaggah/bedframe
Last synced: 3 months ago
JSON representation
Your Browser Extension Development Framework
- Host: GitHub
- URL: https://github.com/nyaggah/bedframe
- Owner: nyaggah
- License: mit
- Created: 2023-05-22T01:00:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T01:28:03.000Z (3 months ago)
- Last Synced: 2024-08-07T17:14:17.129Z (3 months ago)
- Language: TypeScript
- Homepage: https://bedframe.dev
- Size: 7.84 MB
- Stars: 502
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>_
B R O W S E R
E X T E N S I O N
D E V E L O P M E N T
F R A M E W O R K
## [B E D F R A M E](https://bedframe.dev)
![Bedframe - Make, Version & Publish cross-browser extensions continously with ease](https://github.com/nyaggah/bedframe/assets/284415/d545dea4-129e-42f0-82fd-5e856c655e61)
![bedframe-cli](https://github.com/nyaggah/bedframe/assets/284415/512540dd-18b7-4fbe-9ebe-861722b83a97)Your **B**rowser **E**xtension **D**evelopment Framework
Make, Version & Publish cross-browser extensions (continously) with ease.
## Getting Started
Visit [@bedframe/cli getting started guide](https://github.com/nyaggah/bedframe/tree/main/packages/cli#installation)
```bash
pnpm add @bedframe/cli -gbedframe make # ...follow prompts 👍
```Visit https://bedframe.dev to join early access.
## Documentation
Visit https://bedframe.dev/docs (coming soon) to view the full documentation.
## Packages
| Package | Version | Description |
| -------------------------------------------- | ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [@bedframe/cli](packages/cli/) | ![@bedframe/cli version](https://img.shields.io/npm/v/@bedframe/cli.svg?label=%20) | Bedframe CLI. Make, Version and Publish your BED from the command line |
| [@bedframe/core](packages/core/) | ![@bedframe/core version](https://img.shields.io/npm/v/@bedframe/core.svg?label=%20) | Bedframe core types and functions |
| [create-bedframe](packages/create-bedframe/) | ![create-bedframe version](https://img.shields.io/npm/v/@bedframe/core.svg?label=%20) | Standalone [@bedframe/cli](packages/cli) `make` command utility |## Monorepo Utility Packages
| Package | Version | Description |
| ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [eslint-config-bedframe](packages/eslint-config-bedframe/) | ![eslint-config-bedframe version](https://img.shields.io/npm/v/eslint-config-bedframe.svg?label=%20) | Shared ESLint configs used in this Turborepo |
| [@bedframe/tsconfig](packages/tsconfig/) | ![@bedframe/tsconfig version](https://img.shields.io/npm/v/@bedframe/tsconfig.svg?label=%20) | Shared TypeScript configs used in this Turborepo |## Authors
- Joe Nyaggah ([@nyaggah](https://twitter.com/nyaggah))
## License
[MIT](LICENSE).