Skip to content

Commit

Permalink
chore(scaffold): populate .md file with default content
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Aug 29, 2017
1 parent f8d5a8a commit d0a8299
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/scaffold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ printf "export default %s" "$COMPONENT"
} > $COMPONENT.jsx

touch $COMPONENT.md

{
printf "\`\`\`\n"
printf "<%s> %s </%s>\n" "$COMPONENT" "$COMPONENT" "$COMPONENT"
printf "\`\`\`\n"
} > $COMPONENT.md

touch $COMPONENT.modules.scss

0 comments on commit d0a8299

Please sign in to comment.