#initialization #generate #maintain #develop #cli #rollup #micro-rollups

app stackr

CLI to initialize, develop, and maintain your Stackr Micro-rollups

6 releases

0.1.10 Dec 5, 2023
0.1.9 Dec 5, 2023
0.1.8 Nov 27, 2023

#2964 in Magic Beans

Download history 1/week @ 2024-02-22 1/week @ 2024-02-29 1/week @ 2024-03-07 6/week @ 2024-03-14 53/week @ 2024-03-21 9/week @ 2024-03-28 1/week @ 2024-04-04

61 downloads per month

MIT license

37KB
744 lines

Stackr CLI

CLI tool for generating generating a rollup using stackrjs package

Building the cargo package locally

Clone the project

  git clone https://github.com/stackrlabs/stackr-cli

Go to the project directory

  cd stackr-cli

Build the package

  cargo build --release 

Add to .bin

  mkdir -p ~/bin
  cp target/release/stackrup ~/bin/

Give execution permissions

  chmod +x ~/bin/stackr_rollup

Usage

Initialise a project

  $ stackrup init

This command will take up configurations for the rollup and use Google to generate a rollup

Compiling

  $ stackrup compile

This command will transpile state.ts file to JS and then create a WASM build

Dependencies

~32–50MB
~1M SLoC