permissionless.js icon indicating copy to clipboard operation
permissionless.js copied to clipboard

feat: v1 implementation of `create-permissionless-app` CLI

Open SouravInsights opened this issue 1 year ago • 4 comments

This pull request introduces the v1 implementation of our create-permissionless-app CLI.

Commits Overview:

  1. Commit 1: CLI Core Implementation
  2. Commit 2: Project Scaffolding Helpers
  3. Commit 3: Project Template and Boilerplate

How to run the cli app:

cd src
bun run ./index.ts

SouravInsights avatar Jan 25 '24 16:01 SouravInsights