Skip to content

Instantly share code, notes, and snippets.

/-

Created December 19, 2013 04:31
Show Gist options
  • Save anonymous/8034447 to your computer and use it in GitHub Desktop.
Save anonymous/8034447 to your computer and use it in GitHub Desktop.
#!/bin/bash
_PWD=`pwd`
mkdir -p "$_PWD/$1" && cd "$_PWD/$1" && jetpack init
echo "" > lib/main.js && echo "" > doc/main.md && echo "" > test/test-main.js && echo "" > ./README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment