framy

Crates.ioframy
lib.rsframy
version0.4.0
sourcesrc
created_at2023-05-05 08:51:15.184581
updated_at2023-09-06 16:09:05.965952
descriptionCLI to scaffold FRAME Pallets and Runtimes.
homepage
repositoryhttps://github.com/ggwpez/framy
max_upload_size
id857463
size51,245
Oliver Tale-Yazdi (ggwpez)

documentation

README

FRAMY

Currently the only thing that FRAMY can do, is creating a new pallet. The pallet compiles and is setup with the default dependencies plus benchmarking and tests. You are good to go and just have to resolve the remaining TODOs.

Note that it will not add the pallet to your workspace; this needs to be done manually.

Install

cargo install framy -f --locked

Usage

framy

You can see the output in the examples/pallet-example folder.

Demo

gdrive video link

Commit count: 19

cargo fmt