Skip to content
/ pita-cli Public

Simpliest way to develop secure and powerful webapps for redpitaya.

License

Notifications You must be signed in to change notification settings

JOTSR/pita-cli

Repository files navigation

logo

Pita cli

Simpliest way to develop secure and powerful webapp for redpitaya.

GitHub all releases GitHub GitHub tag (latest by date) GitHub Workflow Status

Pita 🫓 is a cli tool to scaffold and manage webapp for redpitaya. It allows you to code, build and implement your webapp with a robust and secure environement. It handle all your workflow, from tooling installation to testing, benching and publishing.

Pita project resides in:

pita cli pita api pita template
GitHub tag (latest by date) GitHub tag (latest by date) GitHub tag (latest by date)
deno doc

Project are customizable, by default:

  • frontend is in typescript/tsx
  • backend is in rust
  • fpga is in verilog All app is builded in www/ and sended to repitaya board

More info on redpitaya webapp doc.

Usage

Classic cli use

pita --help

Step by step interactive use

pita

Classic worflow example:

  1. Once and for all
pita requirements
  1. Init a new project
pita init
  1. Run build project
pita build
  1. Send build files to redpitaya board
pita implement
  1. Try your app

Installation

Install from Deno

If deno not installed, see deno installation or run.

  • Linux and macOs
curl -fsSL https://deno.land/x/install/install.sh | sh
  • Windows
irm https://deno.land/install.ps1 | iex

Then reload your shell and run.

deno install -Afqn pita https://deno.land/x/pita/pita.ts

Standalone install (not support upgrade)

  1. Pick an executable from "release"
  2. Add pita to your path
  3. Start your project

Contributing

Read CONTRIBUTING and start a codespace or clone this repository.

Folow conventionnal commit, comment your code with JSDoc if exposed, use deno style coventions.

Link your PR with the corresponding issue if it exists.

About

Simpliest way to develop secure and powerful webapps for redpitaya.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published