-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for solana-actions template
- Loading branch information
Showing
11 changed files
with
2,745 additions
and
1,357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,11 @@ exports[`get-args expected args should get args with minimal parameters 1`] = ` | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "next", | ||
"ui": "tailwind", | ||
|
@@ -26,9 +28,11 @@ exports[`get-args expected args should get args with minimal parameters and pack | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "next", | ||
"ui": "tailwind", | ||
|
@@ -45,9 +49,11 @@ exports[`get-args expected args should get args with minimal parameters and pack | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "pnpm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "next", | ||
"ui": "tailwind", | ||
|
@@ -64,9 +70,11 @@ exports[`get-args expected args should get args with minimal parameters and pack | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "yarn", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "next", | ||
"ui": "tailwind", | ||
|
@@ -83,9 +91,11 @@ exports[`get-args expected args should get args with preset: --preset next --ui | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "next", | ||
"ui": "tailwind", | ||
|
@@ -102,9 +112,11 @@ exports[`get-args expected args should get args with preset: --preset react --an | |
"anchorName": "program", | ||
"anchorProgram": "some-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "tailwind", | ||
|
@@ -121,9 +133,11 @@ exports[`get-args expected args should get args with preset: --preset react --an | |
"anchorName": "program", | ||
"anchorProgram": "my-third-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "pnpm", | ||
"path": "", | ||
"pnpm": true, | ||
"preset": "react", | ||
"ui": "none", | ||
|
@@ -140,9 +154,11 @@ exports[`get-args expected args should get args with preset: --preset react --an | |
"anchorName": "program", | ||
"anchorProgram": "my-third-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "none", | ||
|
@@ -159,9 +175,11 @@ exports[`get-args expected args should get args with preset: --preset react --an | |
"anchorName": "program", | ||
"anchorProgram": "my-third-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "yarn", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "none", | ||
|
@@ -178,9 +196,11 @@ exports[`get-args expected args should get args with preset: --preset react --an | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "none", | ||
|
@@ -197,9 +217,11 @@ exports[`get-args expected args should get args with preset: --preset react --ui | |
"anchorName": "anchor", | ||
"anchorProgram": "my-app", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "tailwind", | ||
|
@@ -216,9 +238,11 @@ exports[`get-args expected args should get args with preset: --preset=react --an | |
"anchorName": "program", | ||
"anchorProgram": "my-third-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "tailwind", | ||
|
@@ -235,9 +259,11 @@ exports[`get-args expected args should get args with preset: --preset=react --an | |
"anchorName": "program", | ||
"anchorProgram": "another-counter", | ||
"dryRun": false, | ||
"isTemplate": false, | ||
"name": "my-app", | ||
"package": "@solana-developers/[email protected]", | ||
"packageManager": "npm", | ||
"path": "", | ||
"pnpm": false, | ||
"preset": "react", | ||
"ui": "tailwind", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.