LauraWebdev / eshop-cli

An easy to use cli for the Nintendo Switch eShop

Repository from Github https://github.comLauraWebdev/eshop-cliRepository from Github https://github.comLauraWebdev/eshop-cli

eshop-cli

An easy to use cli for the Nintendo Switch eShop

API deprecation notice

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.

Prod Build

  • 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

Dev Setup

  • Install dependencies: bun install
  • Run: bun run index.ts

License

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.

About

An easy to use cli for the Nintendo Switch eShop

License:MIT License


Languages

Language:TypeScript 100.0%