solana-program / create-solana-program

pnpm create solana-program
Apache License 2.0
70 stars 9 forks source link

Add library names to CLI options #78

Closed lorisleiva closed 1 month ago

lorisleiva commented 1 month ago

This PR adds the following CLI options to override the name of packages and crates directly in the terminal.

pnpm create solana-program --program-crate-name acme-counter
pnpm create solana-program --rust-client-crate-name acme-counter-client
pnpm create solana-program --js-client-package-name @acme/counter
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: da36d2613ea061fb5c3cf7d26322e7805e3150b0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | create-solana-program | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR