create-solana-dapp
Advanced tools
Comparing version 2.2.0-beta.11 to 2.2.0-beta.12
@@ -10,2 +10,3 @@ #!/usr/bin/env node | ||
const custom_create_workspace_1 = require("../lib/custom-create-workspace"); | ||
const final_note_1 = require("../lib/final-note"); | ||
const get_args_1 = require("../lib/get-args"); | ||
@@ -50,12 +51,9 @@ function main() { | ||
const target = directory.replace(process.cwd(), '.'); | ||
(0, prompts_1.note)(`That's it!\n | ||
Change to your new directory and start developing:\n | ||
cd ${target}\n | ||
${pm} run dev`, 'Installation successful!'); | ||
(0, prompts_1.outro)('Good luck with your project!'); | ||
(0, prompts_1.note)((0, final_note_1.finalNote)(Object.assign(Object.assign({}, args), { target })), 'Installation successful!'); | ||
} | ||
else { | ||
(0, prompts_1.note)(JSON.stringify(args, null, 2), 'Dry run, no changes were made.'); | ||
(0, prompts_1.outro)(`Would have created the workspace: ${args.name} with preset: ${args.preset}.`); | ||
(0, prompts_1.note)((0, final_note_1.finalNote)(Object.assign(Object.assign({}, args), { target: './dry-run' })), 'Installation successful!'); | ||
} | ||
(0, prompts_1.outro)('Good luck with your project!'); | ||
}); | ||
@@ -62,0 +60,0 @@ } |
{ | ||
"name": "create-solana-dapp", | ||
"version": "2.2.0-beta.11", | ||
"version": "2.2.0-beta.12", | ||
"description": "Get up and running fast with Solana dApps", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48891
38
660