Skip to content

Instantly share code, notes, and snippets.

@aneury1
Created March 20, 2023 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aneury1/aaeced87de8d4306f7fbfec79692d9c8 to your computer and use it in GitHub Desktop.
Save aneury1/aaeced87de8d4306f7fbfec79692d9c8 to your computer and use it in GitHub Desktop.
#!/usr/bin/sh
echo "APP"
if [ $# -gt 0 ]
then
app_name="$1"
echo "APP NAME: ${app_name}"
cargo generate --git https://github.com/CosmWasm/cw-template.git --name $app_name
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment