https://github.com/0x7eab07/gepetto
Cli to scaffold Solana's pinocchio projects, similar to create-solana-program.
https://github.com/0x7eab07/gepetto
cli development pinocchio solana
Last synced: 3 months ago
JSON representation
Cli to scaffold Solana's pinocchio projects, similar to create-solana-program.
- Host: GitHub
- URL: https://github.com/0x7eab07/gepetto
- Owner: 0x7EAB07
- Created: 2025-06-29T08:58:41.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-04T05:54:16.000Z (3 months ago)
- Last Synced: 2025-07-04T06:33:00.037Z (3 months ago)
- Topics: cli, development, pinocchio, solana
- Language: Rust
- Homepage: https://twitter.com/0x7eab07
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gepetto
Solana's `pinnochio` project scaffold creator.
## Features
- `new` This command helps scaffold a Solana pinocchio project featuring mollusk tests and benches.
## Installation
### Install from Source
To install Gepetto from source:
```bash
# Clone the repository
git clone
cd gepetto# Install the CLI globally
cargo install --path .
```After installation, you can use `gepetto` command from anywhere in your terminal.
### Install from Git Repository
You can also install directly from the git repository:
```bash
cargo install --git
```### Build for Development
To build the project for development without installing:
```bash
cargo build --release
```## Usage
```bash
# Run the CLI
gepetto new# Show help
gepetto --help
```