Skip to content

Instantly share code, notes, and snippets.

@bbelderbos
Created June 8, 2021 13:35
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 bbelderbos/4fcc211d9b30535d270705c8501d5c58 to your computer and use it in GitHub Desktop.
Save bbelderbos/4fcc211d9b30535d270705c8501d5c58 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
if [ "$#" -ne 1 ]; then
echo "Usage: $0 package_name" >&2
exit 1
fi
mkdir $1
touch $1/__init__.py
mkdir tests
touch tests/__init__.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment