mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
📚 docs: Update development instructions for pnpm
This commit is contained in:
@@ -1,15 +1 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: [YuzuZensai]
|
github: [YuzuZensai]
|
||||||
patreon: # Replace with a single Patreon username
|
|
||||||
open_collective: # Replace with a single Open Collective username
|
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: # Replace with a single Liberapay username
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
||||||
polar: # Replace with a single Polar username
|
|
||||||
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
|
|
||||||
thanks_dev: # Replace with a single thanks.dev username
|
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
||||||
|
|||||||
@@ -16,20 +16,21 @@ Unofficial CLI for managing beambox e-Badge devices over Bluetooth LE.
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Bun
|
- NodeJS
|
||||||
|
- pnpm
|
||||||
- Bluetooth LE access on your system
|
- Bluetooth LE access on your system
|
||||||
|
|
||||||
Run in development mode:
|
Run in development mode:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bun run dev
|
pnpm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Build and run the CLI:
|
Build and run the CLI:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bun run build
|
pnpm run build
|
||||||
bun run start
|
pnpm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Legal
|
## Legal
|
||||||
|
|||||||
Reference in New Issue
Block a user