An easy to use cli for the Nintendo Switch eShop
Please note, that Nintendo does not add new data to their API endpoints anymore. This project's goal was mainly to test out Bun's compile command.
- Install dependencies:
bun install - Build all:
bun run build:all - Build Windows:
bun run build:win - Build Linux:
bun run build:linux - Build macOS (Intel):
bun run build:darwin - Build Linux ARM:
bun run build:linuxarm - Build macOS ARM (Apple M):
bun run build:darwinarm
- Install dependencies:
bun install - Run:
bun run index.ts
This project is MIT licensed.
This project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.